I've noticed this as well and I believe it is due to how the 'speakers' field is saved in the index (it doesn't understand the comma).
What you should do to make this work, is hook into the indexing event and add a custom field with the values properly separated. Then you can use your search query on the custom field.
Lucene query with LIKE in Multiple Content Picker
Hi there,
I'm having trouble with Lucene query, specifically when I try to search an UDI in a Multiple Content Picker property.
This is the entity I'm trying to retrieve from the query:
My query is:
This query return only nodes that have only umb://document/11886ddef2a546f38e258bd99dd8418d in the "speakers" property.
I would like to retrieve nodes that have that UDI alone, or with other UDIs before or with other UDIs after.
What am I doing wrong?
This is my first question on this forum, thanks for all reply!
Hi Francesco,
I've noticed this as well and I believe it is due to how the 'speakers' field is saved in the index (it doesn't understand the comma).
What you should do to make this work, is hook into the indexing event and add a custom field with the values properly separated. Then you can use your search query on the custom field.
is working on a reply...