Hello @hacker,
Glad you are enjoying the Plugin. Here are the answers to your questions:
1. What does it mean “Facet attribute 1”?
Facet attribute 1
, Facet attribute 2
,… are Quick filtering attributes you can add to a related Searched field
(e.g., Facet attribute 1
for Searched field 1
). If you leave the field empty nothing will happen, but if you put an attribute (e.g., by
for Searched field 1
) and set the Facet filtering type to filter
, when a User types by:Tony
. This will filter the Data source for only Searched field 1
that is Tony
. This is useful for allowing Users the ability to filter by typing. Gmail and Github use this filtering strategy (e.g., label:sales
). Take a look at the examples in the Group Focus Example where you can Search and filter Users with date:>= 08/03/2022 gmail
.
2. What is the difference between text field, advanced field and nested field?
-
Text fields: Use for fields from the Data Type that are of type text
;
-
Advanced fields: Use as additional text
fields or fields from the Data Type that are of type number
, geographic address
, date
or yes/no
. If the field you choose is of type date
the formatting of the exposed Matched field will be from the Date settings in Advanced options;

-
Nested fields: Use as additional Advanced fields
, as fields that are Option sets
or fields that are another Data Type's field
. The QuickFind_Main on the Demo app is constructed as follows:
This allows you to search nested Data Types and Options sets that the Park Data Type has;
3. Is the main data source the three fields (text, advanced and nested) merged?
Not 100% sure what you mean by merge, but:
- If you mean if the exposed matched results are merged, Yes.
- If you mean if the number of searches in the Plugin code is merged, Yes.
4. What does it mean “Exclude targets over”?
This will filter out long search targets that you don’t need to search (e.g., if Exclude targets over
= 100, all fields that have more than 100 characters will be eliminated from the search). There isn’t a limit as to what value you can use, this is only to protect from instances where a Database field could have 1000000 characters which would impact the search performance. So as to not penalize the whole search, only long values would be ignored.
5. I have checked the “Exposed matched fields” option and have the hightlight option activated, but it doesn’t highlights anything.
To display highlighted fields in a Bubble Repeating Group, you set the Repeating Group Data source as the exposed QuickFind element 's Main data. Then you use the exposed Matched fieldX corresponding to the text, advanced or nested field
you wish to expose and add :item#Current cell's index
to obtain the cell value.

The exposed field explained:
- Main data: List of searched Data Source as Bubble objects;
- X nested data: If the setting matched Nested Data is checked, will return the list of the Nested Data Source as Bubble objects;
- Matched fieldX: List of searched fields as the type defined in Type fieldX;
If this doesn’t fix your problem, the best way for me to help with debugging would be to share screenshots or give me viewing access to a test app.
Feel free to reach out if you have other questions,
Fabrice