Vues :

Question:
Which search operators can be used in the Web Client?

Answer:
he following search operators can be used in the Web Client:

  • NOT
  • AND
  • OR

Functions:

  • EMPTY()
    search for all documents where the corresponding index field is empty.
  • NOTEMPTY()
    search for all documents where the corresponding index field is not empty.
  • CURRENTUSERSHORTNAME()
    search for all documents where the index entry equals the shortname of the current user.
  • CURRENTUSERLONGNAME()
    search for all documents where the index entry equals the longname of the current user.
  • CURRENTUSEREMAIL()
    search for all documents where the index entry equals the E-Mail address of the current user.


Please find more information regarding this here: DocuWare Knowledge center - Retrieving documents