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?
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â.