Hello all,
we are facing the following problem: we use a multivalued string field
that contains entries of the kind A/B/C/, where A,B,C are terms.
We are now looking for a simple way to also find all permutations of
A/B/C, so e.g. B/A/C. As a workaround we added a new field that contains
all entries alphabetically sorted and guarantee sorting on the user
side. However - since this is limited in some ways - is there a simple
way to either index in a way such that solely A/B/C and all permutations
are found (using e.g. type=text is not an option since a term could
occur in a different entry of the multivalued field) or trigger an
alphabetical sorting of incoming queries.
Thanks a lot for your feedback, best regards
Johannes