User Tools

Site Tools


02_browsing:04_queries:02_simple_queries

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
02_browsing:04_queries:02_simple_queries [2020/05/04 14:01] simone02_browsing:04_queries:02_simple_queries [2022/06/27 09:21] (current) – external edit 127.0.0.1
Line 6: Line 6:
 Another form that will not be found is //Ich//, because we query for lower case letters, so upper case will not be found. Another form that will not be found is //Ich//, because we query for lower case letters, so upper case will not be found.
  
-If you want to get as a result all tokens containing –ich or all spelling variants, you have to use  [[02_browsing:04_queries:03_regex|RegEx]].+If you want to get as a result all tokens containing //–ich// or all spelling variants, you have to use  [[02_browsing:04_queries:03_regex|RegEx]].
  
 *To be more precise: the query ''ich'' will find all occurrences of this pattern as either a token or a message. Thus, if a message consists of only this pattern, it will be displayed twice, once as a token and once as a message. To avoid this, query for ''tok="ich"'' (or ''msg="ich"'' if you want messages with only this pattern). *To be more precise: the query ''ich'' will find all occurrences of this pattern as either a token or a message. Thus, if a message consists of only this pattern, it will be displayed twice, once as a token and once as a message. To avoid this, query for ''tok="ich"'' (or ''msg="ich"'' if you want messages with only this pattern).
02_browsing/04_queries/02_simple_queries.txt · Last modified: 2022/06/27 09:21 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki