Need to help to search through data

I have a list of articles displayed on my homepage, which includes a search bar for users to search the articles by description, name, tags, or keywords using a fuzzy search plugin. Additionally, there are filters that allow users to filter articles by tags. Currently, I use conditional statements on the Repeating Group (RG) to change its data source based on the selected filter.

Is there a way to consolidate the data source of the Repeating Group so that it can handle both the search and the filters simultaneously?

Not when using Fuzzy Search, unless the Fuzzy Search element allows for filtering.

1 Like

If I want to use Bubble’s native search instead of a fuzzy search plugin, what modifications are necessary to enable searching across multiple fields?

using search constraints…sometimes can use a constraint of Advanced search for ‘Any field’, or alternatively you can create a field of type text on the data to be searched that has all the values you may want to search by and use that as the constraint and ‘contains’ or ‘contains keywords’.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.