cancel
Showing results for 
Search instead for 
Did you mean: 

Full text Query

Pablo_Rodríguez
Champ in-the-making
Champ in-the-making

Hello!

I'm trying to search using a full-text query.

As I have to search into a specific field I'm trying to use the property: ecm:fulltext.somefield = 'something' but it doesn't work for me.

Any idea?

Here is my code: ecm:fulltext.act:subject = 'string*'

3 REPLIES 3

Gregory_Carlin
Elite Collaborator
Elite Collaborator

Hello,

You need to update the default ES config of your Nuxeo instance so that the full text works on your custom field: https://doc.nuxeo.com/nxdoc/configuring-the-elasticsearch-mapping/#adding-a-new-full-text-field.

Regards

Thank you for your answer.

Hello,