What kind of queries does the search engine support?
At the moment the search engine only performs AND queries. We use a technology called stemming to include word variations, e.g. a search for the word “dog” will return results containing the word “dogs” as well. No modifiers, wildcards or other fancy features are supported. To maintain a decent performance it is not possible to searching for words that occur very often in our database (so called “stop words”). The maximum number of search results returned is 1000.