Fields: Meta information
Search for information about your documents. For example, author or description.
Conditions
ZyFIND is open.
Instructions
Fields can be inserted if:
- Show as search field (Client tab) is checked
- Field storage type is either Document, Document Catalog or Xml Wrapper (Storage & Index tab)
- Document Catalog and XML Wrapper fields will only be inserted if:
TBIE: 'Duplicated/cached' or 'Full text searchable' is checked
HAPI: 'Full text searchable' is checked
You can check this via Edit Definitions.
Search XML Wrapper fields
If you want to search on fields to get a result list with all populated or empty field values of a specific field, make sure you search an XML Wrapper index with XML Wrapper fields and the option 'Full text searchable' selected in the Storage & Index tab (of the New Field Definition dialog).
Select the Fields icon, click the right mouse button and select Edit Definitions. Use the Id (delimiter) of a field to define a search query.
Query syntax: <delimiter> to "/<delimiter>" {}
For example:
name to "/name" {john} will return all documents with the value john in the name field
name to "/name" {*} will return all documents with values in the name field
name to "/name" {} will return all documents with empty values in the name field
Result
A list of results appears in ZyResult.
Note
For more information on Field Definitions, see Add fields.