Title
l

LeiZeng

09/19/2017, 9:10 AM
Hi guys, is there any way to do likely search to one of the field of a specific Node Type?
d

dankent

09/19/2017, 9:47 AM
you can use the [fieldname]_contains filter to find nodes that have a match for a string in a field. If you want to do more advanced searching, you should have a look at the algolia integration.
l

LeiZeng

09/19/2017, 10:11 AM
Thanks! It works pretty good to me.