Versions Compared

Key

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

...

Emakin system gives users various search options. There These are:

Terms

Two types of search term option is available:

...

title:”Purchase Order” AND text:go

Oror

title:”Purchase Order” AND order      2.

  1. The field is only valid for the term that it directly precedes, so the query

...

  1. title:invoice approval information

...

  1. will only find "purchase" in the title field. It will find "approval" and "information" in the default field.

Wildcard Searches

Emakin system supports single and multiple character wildcard searches within single terms (not within phrase queries).

...

  1. To search for a term similar in spelling to the "expense", use the fuzzy search:

      expense~

       2. The value is between 0 and 1, with a value closer to 1 only terms with a higher similarity will be matched. For example:

...

This will find documents whose mod_date fields have values between 300201 and 300501, inclusive.

      2 2. Note that Range Queries are not reserved for date fields. You could also use range queries with non-date fields:

...

     “expense form” expense

Oror

     “expense form” OR expense

...