Brackets or no brackets, that's the question ;-)

Query 1: 2 results
MATCH(‘@(linkTitle,linkBody,linkKey,linkUrl) zahn-bürste^80|zahn bürste|zahnbürste|zahn-buerste’)

Same Query with brackes: 5000+ results
MATCH(‘@(linkTitle,linkBody,linkKey,linkUrl) (zahn-bürste^80)|(zahn bürste)|(zahnbürste)|(zahn-buerste)’)

any ideas?

manticore-6.2.12-230822-dc5144d35-x64
regards Peter

it better to use bracket to make sure the query groups are the same

as zahn-bürste could have not map - char makes it parsed as zahn bürste

You could also check plan of your query to make sure the daemon searches what you think of.