|
SearchingAn information may be very valuable, but it cannot help, if you can't find it. The nodes application offers both full text search via the search text
box
Text searchYou can enter the search text in the text box, do not forget to push the search button on the right. Text is restricted to properties of type string. For instance, the text of a HTML page (node type nodes:htmlDiv) will be stored both a string property without markup and as a binary property with markup. The text search will thus only retrieve the text content of HTML pages, not the markup. Structured searchStructured search uses the structure of the repository to locate result nodes:
The search uses XPath expressions internally, but assists with structured search dialog, please compare the Structured search use case for details. A search can be persisted. In that case, the search will be executed, once you navigate to the node representing the persisted search, i.e. having node type nodes:xpathSearch. |