Hi guys. OK I am still finding this frustrating as it seems as though it should be so simple, and you have provided me with many useful suggestions, but I still haven’t got this working and it is totally preventing me from progressing with my project so would really welcome some help. Sorry for the long post but I added screenshots and here is the link to the page: https://bubble.io/site/lunchapedia/test_simple_search_2_0
I have tried the following based on your suggestions and with the aim of simplifying the page:
a) On ‘Page Load’, a new Thing called ‘Search’ is created with 3 attributes of:
- ‘Done_by_User’ = ‘Current User’
- ‘Search_Time’ = ‘Current Date/Time’
- ‘Food_Types add list’ = ‘Search for Food Types’ (this is a list attribute)
The idea is to start with all the possible ‘Food Types’ so that the initial view will show all ‘Food Items’, then the user can narrow it down as required.
This seems to work as I can see the fields in the database (although I note that while the ‘Done_by_User’ filed appears blank in this screenshot, I can see it completed in the database table view)
The page only contains two elements:
b) A ‘Repeating Group’ that lists all ‘Food Types’ based on a search for Food Types:

This seems to work too:

c) Another ‘Repeating Group’ that list all ‘Food Items’ based on a search for Food Items where ‘Food Item Type’ is in ‘Current Page Search’s Food Types’
However this doesn’t seem to work as it returns nothing in the list even though I can see the ‘Search’ shows all ‘Food Types’ (as per screenshot above). I have checked that I have a box to display the ‘Food Item Name’ in the Repeating Group.
See right hand side of this screenshot:
Finally, the idea is that by clicking on the ‘Food Types’ listed in the left-hand Repeating Group, the workflow will i) check if the relevant ‘Food Type’ is already in the Search or not and ii) either add or remove it as appropriate
This doesn’t seem to work either - although I can not see the results in the right hand Repeating Group, I have tested it by clicking on the Food Types and checking in the database, and the Food Types are not being removed from the Search.
If you have taken the time to read this far - thank you.
All suggestions welcome.
Thanks,
Simon