Improve basic search engine logical gates (switch OR to AND)
Currently, when searching for two words (or more) in the search app, it returns every ressource containing one of these words (logical OR).
Exemple: query "Pinus Alba" returns every ressource containing "Pinus" or "Alba".
It should not be possible. Change the logical gate to a strict AND.