I recently had to relocate my sp list from one sp to another, and now my search function no longer works. The code will not work in any way I have tried it.
This is the way it was working before:
Sort(Search('New Phone Book List',SearchBox.Text, "Emp Name", "Service", "Phone", "Title", "Keywords"),"Emp Name", Ascending)
The sort portion of the code is working, and the data will populate into the gallery when only this portion is input.
Sort('New Phone Book List',"emp Name",Ascending)
When I try to put only the search function, no data will populate in the gallery.
I also tried it this way with no success:
Sort('New Phone Book List',"emp Name",Ascending);Search('New Phone Book List',SearchBox.Text,"Emp Name", "Service", "Phone", "Title", "Keywords")
Any advice? Thank you!
