Our search engine uses Full Text di MySQL query properties. Let's see all options useful in FullText searches..
- andreotti 1970:
finds one of the terms in the specified fields
- +andreotti +1970:
both terms must be present in the results of the search
- +andreotti 1970:
both terms must be present in the search results but more importance will be given to the term preceded by +
- +andreotti -1970:
search will include andreotti but not 1970
- +andreotti +(>1970
results will include andreotti with 1970 or andreotti with government but will apply more relevance to andreotti with 1970 than andreotti with government
- andr*:
results will contain all terms starting with andr* and followed by other characters.i.e: andreotti, andrea, androide etc.
- "andreotti 1970":
results will contain terms such as "andreotti 1970 moro" but not "andreotti moro 1970. This means that that by putting the search terms between expression marks you want the search to find results with the exact position of the words.