This documentation refers to the unreleased development version of the Nuxeo Platform. For the current production version, refer to the 5.6 user guide.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width70%

Nuxeo DM integrates a full text query engine, designed to recognize all the specific parameters the application provides.

Documents are indexed using their title, description, content (note field, attached files), and metadata.

Nuxeo DM provides several ways to search the content of the application:

  • faceted search,
  • simple search,
  • advanced search.

It is also possible to DMDOC:customize the search results presentation.

Column
Panel
bgColor#FFFFFF
titleOn this page
Table of Contents

...

Wiki Markup
{multi-excerpt:name=faceted-search-intro}
Faceted search is an easy way to browse the content of your application, by creating filters on the content of the application. You can filter content using:
* keywords (full text search based on stemming, see [DMDOC:the simple search section|#simple-search] for more details on full text search)
* dates (creation and last modification dates)
* author
* documents categorization (nature, coverage, subjects of documents)
* location of the documents in the folders

Faceted search is available in the !DM-faceted-search-icon.png! tab of the left hand side of the page.{multi-excerpt}

...

Simple search can be accessed from any site page. At any time, you can search a document by typing keywords in the search box located at the upper right corner of the page.

As you type, five matching documents are suggested.

If the seaached searched document is not suggested, click on the Search button to display all matching documents.
Search results are displayed in a table. Click on the document's name to open it.

...

Wiki Markup
{multi-excerpt:name=advanced-search-steps}
*To search documents using detailed criteria:*
# Click on the *Advanced search* link, located next to the search box.
!search-box.png|border=1!
# Type your criteria in the *Search criteria* form.
# Possibly, [DMDOC:change the search results columns|#search-result-custom].
# Click on the *Search* button.
Search results are displayed in a table. Click on the document's name to open it.
{multi-excerpt}

...