code-tofu / project_Pokemart

0 stars 0 forks source link

Search Issues #50

Open code-tofu opened 11 months ago

code-tofu commented 11 months ago

Search bar errors persist even though components change image

code-tofu commented 11 months ago

Search results should have a back to shop botton? image

code-tofu commented 11 months ago

Event listener for enter during search

code-tofu commented 11 months ago

i searched for "berry" at first and got these results. i then searched for "potion" and i assume it's giving me nil results. the page should refresh and show as such also. it will display that there are no search results if im searching for the first time like in the next screenshot!

image

code-tofu commented 11 months ago

For the search function, it only returns names that match exactly. e.g. "TM09". Should allow "TM 09"? Can consider drop-down then there is no need to worry about the permutations that users will type

code-tofu commented 11 months ago

Search results should have a back to shop botton? image

implemented image

code-tofu commented 11 months ago

i searched for "berry" at first and got these results. i then searched for "potion" and i assume it's giving me nil results. the page should refresh and show as such also. it will display that there are no search results if im searching for the first time like in the next screenshot!

image

image

implemented observable call when search catalogue is used: image

code-tofu commented 11 months ago

Search bar errors persist even though components change image

seems to be okay. error messages disappear when control is touched again (to clear or add text)