search::queue (public)

 search::queue [ -object_id object_id ] [ -event event ]

Defined in packages/search/tcl/search-procs.tcl

Add an object to the search_observer_queue table with an event. You should exercise care that the entry is not being created from a trigger (although search is robust for multiple entries so it will not insert or update the same object more than once per sweep).

Switches:
-object_id (optional)
acs_objects object_id
-event (optional)
INSERT or UPDATE or DELETE
Author:
Jeff Davis <davis@xarg.net>

Testcases:
No testcase defined.
[ show source ]
Show another procedure: