Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The search string is interpreted as a list of words, separated by spaces. All words in the search string must match. Words must match exactly, unless they contain wildcards (such as "*"):

  • *: matches zero or more characters
  • ?: matches one character, any character

Examples:

  • Marco matches "Marco Rossi" and "Marco Bianchi", but not "Marco BianchiGiulio Marconi"
  • Marco Rossi matches "Marco Rossi", but not neither "Marco Bianchi" nor "Giulio Marconi"
  • Marco* matches "Marco Rossi", "Marco Bianchi" and "Giulio Marconi Marconi"
  • Marco Rossi?? matches "Marco RossiGiulio Marconi", but neither "Marco BianchiRossi" nor "Giulio MarconiMarco Bianchi"
Info

The search engine is based on Apache Lucene; see "Query Parser Syntax" for a detailed description of the full syntax of search queries

...

Info

The . The field names that can be used in search queries are owner, username, callerid, email and description.

...