# Quick Search

The Quick Search is the simplest mode which allows you to enter your search term without specifying any form of annotation or without needing to know any specialized query syntax.

With this mode, you can search for single and consecutive words. In both cases, the searching algorithm will find all word forms with which your search term(s) is associated with (see table below). The quick search is case insensitive: uppercase letters are converted to lowercase (*A*&rarr;*a*) in the background. 

## Examples in German

| Your search term | The algorithm will search for | Explanation  |
|-----------------|------------|------------|
| *gehen*  | gehe, gehst, geht, gehen, geh, ging, gingen, gegangen  | The algorithm translates your search as lemma *gehen* 'to go' and searches the full verb paradigm saved in our database. |
| *soziale Gerechtigkeit*  | soziale Gerechtigkeit, sozialen Gerechtigkeit, sozialer Gerechtigkeit, ... |  *soziale Gerechtigkeit* 'social justice': the algorithm searches for all paradigm endings for each word.|

## Examples in French

| Your search term | The algorithm will search for | Explanation  |
|-----------------|------------|------------|
| *aller*  | vais, vas, va, allons, allez, vont, allait, allions, allé, allée, allés, allées, ...  | The algorithm translates your search as the lemma *aller* 'to go' and searches for all verb forms stored in our database. |
| *justice sociale*  | justice sociale, justice sociales, ... | *justice sociale* 'social justice': the algorithm searches for all possible grammatical forms of each word. |

## Examples in Italian

| Your search term | The algorithm will search for | Explanation  |
|-----------------|------------|------------|
| *andare*  | vado, vai, va, andiamo, andate, vanno, andavo, andavi, andava, andavamo, andavate, andavano, andato, andata, andati, andate, ...  | The algorithm translates your search as the lemma *andare* 'to go' and searches for all verb forms stored in our database. |
| *giustizia sociale*  | giustizia sociale, giustizie sociali, ... |  *giustizia sociale* 'social justice': the algorithm searches for all possible grammatical forms of each word. |
