Hello.
I am now well aquainted with the range grouping for numeric values, but I would like to know if it is possible to apply some kind of grouping to specific string values and/or wildcards.
For example, if I have such a category list.
- Teddybear
- Vehicle
- Plane
- Pieces of Road
- Bricks
And I want to create a facet on these, but only want to group by the first 3, and then group all others under "Other", how would I achieve that in a grouping field. I tried simply adding Teddybear - Teddybear in FROM and TO, and then blank for the both boxes in the "Other" range, but all I got was everything being grouped under Other. Am I trying to do something impossible here? I dont want to have to create more columns, if there is an easy way to fix this with a grouping field index.
Cheers!
//Stephen