In n8n it is possible to perform a “contains” search on a spreadsheet with a Google Sheet node linked to a filter node. But how can I use this inside an AI AGENT?
The Google Sheet Tool does not allow you to perform a “contains” search, but the search is performed only on the exact word. So on the text “fare le lavorazioni per Michel” if I search for “michel” with the Google Sheet Tool I do not find anything, while if I perform the search through a node linked to a filter then it is found.
How can I do this type of search in the Google Sheet Tool?
Information on your n8n setup
n8n version: : current
Database (default: SQLite):. sqLite
n8n EXECUTIONS_PROCESS setting (default: own, main): own
Running n8n via (Docker, npm, n8n cloud, desktop app): remote with nginx proxy
Hi, i have resolved the problem (with your suggestions) creating a custom Tool that get all rows and then filter on it.
The question now is: how to expand it not only for search like “operation contains FOOBAR” where FOOBAR is a single word but for request of “operation contains FOOBAR1 OR FOOBAR2 OR FOOBAR3”