Having a slight issue when trying to show a single category in an embedded view. Say for instance the field that we are showing contains “XXXX” but when I put this field in the embedded view its almost doing a contains because it returns a document “XXXXYYYY”, any ideas on why it won’t do an “EXACT” match on the field?
Subject: Show Single Category
Because it’s not designed to? The workaround has been covered here before if you need an exact match. “XXXXYYYY” starts with “XXXX”, but “XXXXYYYY~” does not start with “XXXX~”.