Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Values -, + and * bug found in "Search the dictionary" testing #89

Open
ghost opened this issue Oct 11, 2020 · 0 comments
Open

Values -, + and * bug found in "Search the dictionary" testing #89

ghost opened this issue Oct 11, 2020 · 0 comments
Assignees
Labels
bug Something isn't working dictionary

Comments

@ghost
Copy link

ghost commented Oct 11, 2020

Yikes! Briefly, what seems wrong?

  • In testing Feat/dict filtering Feat/dict filtering #81, placing the value of minus (-) in the "Search the dictionary" box brings up all dictionary terms listed.

Screen Shot 2020-10-10 at 9 30 40 PM

  • In testing Feat/dict filtering Feat/dict filtering #81, placing the plus value (+) in the "Search the dictionary" box brings up the terms associated with + and non + dictionary terms.

Screen Shot 2020-10-10 at 9 36 31 PM

  • In testing Feat/dict filtering Feat/dict filtering #81, placing the asterisk value (*) in the "Search the dictionary" box brings up the terms associated with * and non * dictionary terms.

Screen Shot 2020-10-10 at 9 41 03 PM

  • Not sure if this is an issue or not, but when I hit the spacebar once the dictionary starts at the term "10x developer"

Screen Shot 2020-10-10 at 9 45 08 PM

Expected Behavior
Value or term placed in the "Search the dictionary" box, should return words with the spelling of the term or value searched. Example: placing end in the search box, returns the words including the term(s) "end" only.

Screen Shot 2020-10-10 at 9 53 30 PM

Current Behavior
See above screenshots and explanations listed.

Possible Solution

  • Have values or term (s) placed in search box, show only the values/term(s) associated with the info placed in the search box.

  • If a value/term(s) placed in search box doesn't match anything included in the dictionary, the search results should return blank.
    Example: I typed "Xs" in the search bar and received zero results to match.

Screen Shot 2020-10-10 at 10 06 56 PM

Steps to Reproduce
Provide a link to a live example, or an unambiguous set of steps to reproduce the issue.

  1. Type plus sign (+), minus sign (-), asterisk (*) and spacebar once to see the above issues. I used the deploy link for Feat/dict filtering Feat/dict filtering #81

https://deploy-preview-81--cherryontech.netlify.app/dictionary/

@ghost ghost added the bug Something isn't working label Oct 11, 2020
@ghost ghost assigned novellac Oct 11, 2020
@project-bot project-bot bot added this to To do in Website Project Board Oct 11, 2020
@ghost ghost mentioned this issue Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dictionary
Projects
Development

No branches or pull requests

2 participants