pteSetSearchOperator
pteSetSearchOperatort_searchOperator t_panelName[w_windowId] ) => t / nil
Description
Sets the default operator for the search criteria. Valid values are and, or, phrase, and not. Panel name is one of Layers, Objects, or Grids.
Arguments
Value Returned
Examples
Sets the search function to retrieve layer-purpose pairs that match any of the words in the search criteria:
pteSetSearchOperator("or" "Layers")
Sets the search function to retrieve grid items that contain none of the words specified in the search criteria:
pteSetSearchOperator("not" "Grids" window(2))
Return to top