kumarsivarajan / rmh-roomreservation-maker

Automatically exported from code.google.com/p/rmh-roomreservation-maker
0 stars 0 forks source link

Room Request #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.signed in as lauren
2.clicked on room request
3.inputted only a last name

What is the expected output? What do you see instead?
i thought was going to see a list of parents with same last name but was not 
given back any information. is a partial search allowed or no?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by vitalhe...@gmail.com on 25 Apr 2012 at 4:22

GoogleCodeExporter commented 8 years ago
I modified my code to accept a single entry, however the way the db function is 
coded, if you send a blank first name, it means you are searching for someone 
with "" as first name.  

Also, the default entries in there before you grab focus of the text boxes (one 
says first and one says last)will get passed along as your entry if you don't 
click on the box to remove.  IE. you click room request, then just click 
lookup, it will search for someone in the db named first last.

Original comment by wlod...@gmail.com on 26 Apr 2012 at 12:49

GoogleCodeExporter commented 8 years ago
Should the partial search be allowed though?  Can someone search for John, to 
see all John's?

Original comment by wlod...@gmail.com on 26 Apr 2012 at 12:53

GoogleCodeExporter commented 8 years ago
r318 changed profileDetail

Original comment by wlod...@gmail.com on 29 Apr 2012 at 8:23

GoogleCodeExporter commented 8 years ago
r320 & r321 make sure that however the db search for family is called, the 
right thing happens.  ie both filled, first name missing, or last name missing, 
or both empty

Original comment by wlod...@gmail.com on 29 Apr 2012 at 10:00