Search Query Operators
I am using the /search endpoint , and we're making pretty heavy use of the query operators described here: https://docs.firecrawl.dev/api-reference/endpoint/search#supported-query-operators I just had a quick question around recommended usage or limits. Is there a maximum amount of operators that we can include in a single query? Or is there a recommended limit we should try to stay under for performance reasons? Or is it really just a free for all?
Our use case is to exclude a fair number of URLs from our firecrawl queries, and I couldn't find any guidance in the documentation around if it matters if we use 10 query operators, 50 query operators, etc.
1 Reply
From what I've seen, if you specify too many, then they don't all get respected very well. I would recommend keeping the number of operators as short as needed for your use case!