SEARCH

  

The basic method is simple search in the following boxes: title, author or everywhere.

The list of results will include resources containing any of the words entered. The results will be sorted by the number of matched words.

To search for a specific phrase, use the following search operators:

- spaces between words, plus between words - list of results limited to resources that contain all search words
  kot  pies → results contain „kot” and „pies”

- vertical line between words   - list of results limited to resources that contain one of the search words
  kot  | pies → results contain "kot" or "pies"

- minus in front of the word - list of results limited to resources that not contain the word
  kot + -pies → results contain "kot" and not contain "pies"

- expression in quotes - list of results limited to resources that contain words with a specific grammatical form and order
 "ala ma kota" → results contain this specific phrase

- expression in quotes - list of results limited to resources that contain words that start with the fragments of the search words
 hipo* → results contain words start with "hipo"

Description: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html#query-dsl-simple-query-string-query

Stop words: https://github.com/elastic/hunspell/blob/master/src/resources/org/elasticsearch/analysis/hunspell/pl/stopwords.txt

Additional options determine the scope of the search by selecting the type of resource, its release date, language, format and the collection in which it is located.

In addition, it is possible to browse resources by collection.


Powered by redo Powered by redo
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 4.0 International license.
Cookies or other similar solutions are used on the page. Take a look at privacy policy to get to know the details.