gminaker / databases

0 stars 0 forks source link

Search bugs #14

Closed mikegfink closed 9 years ago

mikegfink commented 9 years ago

FIXED: The customer will describe the item by providing the category, or the title, or the \b leading singer \b (or all of them), and the quantity.

Quick Search

NO CHANGE REQUIRED Seems to only match the start of strings for some categories (title/upc/category)

NO CHANGE REQUIRED, BUT WE CAN IF EVERYONE WANTS Enter "12" Returns Beyonce and Memoirs Enter "45" - should return at least beyonce Returns nothing

NO CHANGE REQUIRED, SEE ABOVE Similarly enter "yon" Returns no results Strangely: Enter "10" Returns a dvd from 2010 Enter "bros" Returns Warner Bros. items.

NULL STRING -> NEED BETTER MESSAGE Enter " " Error: Please attempt again

NO CHANGE REQUIRED, SEE ABOVE Enter "ap" No results (should be rap)

CAN'T EXPLAIN WILL WORK ON Enter "cd" No results (should be cds) Enter "dvd" Get dvd results Enter "vd" Get no results

Advanced Search

FIXED Cannot search by leading singer

FIXED Enter "0" in the year No results "Please enter something" appears

NO CHANGE REQUIRED, DESIRED BEHAVIOUR Enter "1" in year Any entry with a 1 in it appears. - Do you want this or only exact matches for years?

FIXED Enter "asdf" in year No results appear - do you want to check for numbers?

FIXED Enter "asdf" in the UPC No results - maybe signal an error if you have time

FIXED Enter " " in title Searches for a space - not sure if desired functionality

thpierce commented 9 years ago

Remaining TODO: QUICK SEARCH: Enter "cd" No results (should be cds) Enter "dvd" Get dvd results

Maybe: Enter "12" Returns Beyonce and Memoirs Enter "45" - should return at least beyonce Returns nothing

GENERAL: Error messages more appropriate to error/issue Remove some information from user Remove some options to search by from user Add items check vals

thpierce commented 9 years ago

NO MORE BUGS!