Difference between revisions of "Template:Search - About Special Characters"

[unchecked revision][checked revision]
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Words inside indexed emails or attachments, which are a combination of alphanumeric and non-alphanumeric characters (white space, line break, delimiter or other control characters), may be returned in the search result when searching for the alphanumerical part only.
+
Words inside indexed emails or attachments which are a combination of alphanumeric (letters, digits) and non-alphanumeric characters (white space, line break, delimiter or other control characters), may be returned in search results when searching for the alphanumerical part only.
  
For instance the word <tt>test_1234</tt> is returned when searching for  <tt>test</tt>, <tt>1234</tt> and <tt>test_1234</tt>.
+
For instance, when searching for <tt>firstname</tt>, <tt>firstname.lastname</tt> and <tt>lastname</tt>, e-mails containing the word <tt>firstname.lastname</tt> will be returned.
  
Other often occurring characters are:
+
Separators and control characters that cause this behavior:
 +
* Period (.)
 
* Comma (,)
 
* Comma (,)
* Colon (;)
+
* Semicolon (;)
 
* Hyphen (-)
 
* Hyphen (-)
 
* Underscore (_)
 
* Underscore (_)
 
* AT-Sign (@)
 
* AT-Sign (@)
 
* Slash & Backslash (/,\)
 
* Slash & Backslash (/,\)
* Null Character (NUL)
+
* Null character (NUL)
 +
 
 +
When the original text was divided by a different character, e.g. ''firstname(lastname'', then only the full term is present in the index and one has to know the full term or has to use the wildcard character (*) to find emails containing that text.
 +
 
 +
Special characters at the beginning and the end of text are stripped and not present in the search index. It cannot be searched for these characters.
 
<noinclude>
 
<noinclude>
 
[[de:Vorlage:Suche - Hinweise zu Sonderzeichen]]
 
[[de:Vorlage:Suche - Hinweise zu Sonderzeichen]]
 
[[en:Template:Search - About Special Characters]]
 
[[en:Template:Search - About Special Characters]]
 
</noinclude>
 
</noinclude>

Latest revision as of 14:20, 27 June 2024

Words inside indexed emails or attachments which are a combination of alphanumeric (letters, digits) and non-alphanumeric characters (white space, line break, delimiter or other control characters), may be returned in search results when searching for the alphanumerical part only.

For instance, when searching for firstname, firstname.lastname and lastname, e-mails containing the word firstname.lastname will be returned.

Separators and control characters that cause this behavior:

  • Period (.)
  • Comma (,)
  • Semicolon (;)
  • Hyphen (-)
  • Underscore (_)
  • AT-Sign (@)
  • Slash & Backslash (/,\)
  • Null character (NUL)

When the original text was divided by a different character, e.g. firstname(lastname, then only the full term is present in the index and one has to know the full term or has to use the wildcard character (*) to find emails containing that text.

Special characters at the beginning and the end of text are stripped and not present in the search index. It cannot be searched for these characters.