multi word query is internally working with AND operator but not OR

Hi ,

When i am searching with multiple words , results are fetching only if that document contains all the words. Internally AND operation is happening .

Example : dark web
response : documents containing dark and web both are only being fetched .

I want to make query with OR clause , Can you help us where to check/update the configuration.

thanks

Please see Search Guide.

I am expecting this change

I changed my query to q=anti+virus&op=OR which actually didnt work, I am getting results with AND clause between anti and virus terms.

Can you please let me know the correct syntax to change default operator in fess with any sample query

The fix is for an old version. It’s not available now. The default operator setting is here. There is no option to set it with a query.