Hi there. Was almost done with my v1 but have a problem I’m hoping for help on. My list search currently only searches the topic field but there are four more fields in each record. How can I set the list search box to search the content from all the fields in the record, not just that one field?
Hi and thanks for responding. read the thread but the solution doesn’t make sense. I’m very new to the Adalo platform so any visuals you have on how to set up would be greatly appreciated
When you update or create records, update also this text property with comma separated, every property in the collection that you want to be searched, put all here, including number, date, even other properties from relationship
In the search screen, add 2 input fields called “search input”, “on search” and a button called Search to do change input value on search equal to 1, and another button called Reset to do change input value on search equal to empty
Put custom list below the buttons and search input and put visibility if on search equal to 1
Put filter search joint contains search input
Make the on search input hidden, by changing its color and size
thank you both for all the input. I tried several times to get this approach to work. the problem with implementing the approach suggested in the custom search video is my submit button already links to a modal in the user flow to acknowledge the data input. That modal then links to home with an ok button push. I tried implementing through the modal but it just blanks out the list on the search list page rather than improving the search function.