Versions Compared

Key

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

...


This time the Group list is empty and a warning line informs you about the deletion just occurred.

1.0.3 Account search

You can search a server's accounts with the search box on the menu bar of the Group list page. The search covers the following fields of accounts:

  • Owner
  • Username
  • Caller id
  • E-mail
  • Description 

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:

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

Examples:

  • Marco matches "Marco Rossi" and "Marco Bianchi", but not "Giulio Marconi"
  • Marco Rossi matches "Marco Rossi", but neither "Marco Bianchi" nor "Giulio Marconi"
  • Marco* matches "Marco Rossi", "Marco Bianchi" and "Giulio Marconi"
  • Marco?? matches "Giulio Marconi", but neither "Marco Rossi" nor "Marco 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. The field names that can be used in search queries are owner, username, callerid, email and description.

Navbar