'PRB-PG-find/items' not returning results on find description
DESC =
WHEN='click find description' RESULT='no results found, even when there are valid records that should return results
[WHERE]
] ON PG = 'find/items'
[WHEN]
] ON searching for description
[WHAT.HAPPENS.WHEN]
x] ERROR MSG = 'None'
x] ERROR MSG DETAILS ='No errors, just doesnt return the desired results(or any)'
[CAUSE.SUSPECT]
] = ''
[TRY =]
[TEST] search on O.diet foodItems,
- id = PASS id=73
- name = PASS, name=apples-spartan
desc = PRB desc=apples
[TEST-REVISION-001=]
] add "%"+description+"%" to description parameter on the getItemsByDescription(description) method
[RESULT=]
] this seems to be working,
*] PG find articles - find by description - doesnt have %, yet seems to be working, ?? maybe its appended on the find or view pages
] ?? YES its appended in the view articles page
>] implement consistently across all apps
] next
[RESOLUTION=]
x] add searchBefore and searchAfter operator, "%"+description+"%" to the description parameter on the getItemsByDescription(description) method in the Item class
[STATUS]
x] RESOLVED, ] Pending,] Working
[OTHER]
openDate: 2013-10-16 ( from tasklist)
openBy:don.sagrott
startDate:2013-10-16 09:15
completeDate: 2013-10-16 10:15
owner: don.sagrott
time:01:00
[previously]
x] 'PRB-PG-find/items' not returning results on find description
[currently]
x] PG find/items - looks OK for field being passed
x] PG view/items - looks OK
x] CS Item - method - see TEST REVISION-001 above
[next]
>] REVIEW implement FIX PRB consistently across all apps