Hi guys, is there any way to do *likely search* to...
# prisma-whats-new
l
Hi guys, is there any way to do likely search to one of the field of a specific Node Type?
d
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
Thanks! It works pretty good to me.