The case (lowercase/uppercase) of the search terms is irrelevant.
Accents are not taken into account (“déjà” or ‘deja’ will return the same results as “déjà,” “dejà,” “déja,” etc.).
The search uses the most common logical operators.
- For example, a search for “financial inclusion” returns texts that contain:
- EITHER “inclusion,”
- OR “financial,”
- OR “inclusion” AND “financial”
- “finan*” returns texts that contain “finance,” “finances,” “financial,” “financials,” “.... (”*nances" will not return anything: the asterisk * must be terminal.)
- “+inclusion +financial” returns texts that contain ‘inclusion’ AND “financial”
- “+inclusion -financial” returns texts that contain ‘inclusion’ but NOT “financial”.
- “financial inclusion” returns texts that contain exactly the sequence of words “financial inclusion”.