I have a RG that is listing an Option Set.
I want to have a list of all the options in the option set but would like to add a searchbox or text input in which I can type in a word and filter only that option.
However, I couldn’t find a way to filter an RG with option sets.
I also tried to sort it so that the input’s value is being shown as the first item. Also couldn’t make that work.
On the RG where you’re displaying the Option Set, add :filtered to the source and in there you can filter by the field you need (I’m guessing display?).
Unfortunately that doesn’t work. It only works with DB entries, not with option sets.
I had to re-organize the whole thing and basically make an RG that crawls the DB entries + added a features with which I can add an entry from the option set.
Does something else than I initially planned but also does its job.