Under development
XSearch object is a logical unit inside XStorage, which contains search query and associated list of Xnodes, which match search criteria.
There is no limit on number of XSearch objects per database.
XSearch objects could be private or public. Private XSearch object properties can be accessed through XStorage access list (see XStorage Security Engine for more information).
Dynamic XSearch object could be considered as a analog of Record set.
Static XSearch object is stored inside XStorage and can be considered as index of XStorage. Static objects should be used for speeding up access to the information, stored inside XStorage. Generally speaking, Static XSearch object provides
Static XSearch object will control all operations inside database such as:
Insertion of new XNodes (if it matches search query - reference to XNodes will be stored inside XSearch object match list)
Deletion of XNodes - automatically removes deleted XNodes from
For more information about XSearch Object see XSearch Engine API