XML documents provide a tremendous advantage to narrowing search results because of their hierarchical structure and use of multiple document summary fields.
QuickFinder provides complete hierarchical searching by using the fieldname=search_criteria operator. For example, you can find information anywhere in the XML document, within any of the title tags, or limit it to within the title tag that is part of the <DOCUMENT><SUMMARY> hierarchy.
The following table shows example uses of the fieldname=search_criteria operator when performing a search in XML documents.
Table 10-1 Example Uses of the fieldname=search_criteria Operator
Example Values |
Result |
---|---|
search_criteria |
Finds search_criteria anywhere in the document. |
^Document*=search_criteria |
Finds search_criteria anywhere within any tag that is part of the <DOCUMENT> hierarchy. |
^<Document<Summary*=search_ criteria |
Finds search_criteria within any tag that is part of the <DOCUMENT> or <SUMMARY> hierarchy. |
^<Document<Summary<Title=search_ criteria |
Finds search_criteria only within the <DOCUMENT><SUMMARY><TITLE> hierarchy. |
^<Document*<Title=search_criteria |
Finds search_criteria within any TITLE tag, located at any level within the <DOCUMENT> hierarchy. |
^<*<Title=search_criteria |
Finds search_criteria within any TITLE tag in the document. |