Searching for contents¶
If you like to search for contents of files you can use the contents field which contains the content of the files.
By using the contents field within the search query you now define the pattern you would like search for. The pattern can contain wildcard as you might expect they to work e.g. known by the command line.
The following query will find all entries which contain the word Company in the contents field of all revisions in all paths.
+contents:Company
If you like to search multiple words you can simply use the following:
+contents:Word +contents:Word2
If you need to search for a particular phrase you can use this:
+contents:"This is the Phrase"