IBM FileNet P8, Version 5.2.1            

Submitting a CBR query

Submit a CBR query from the administration console to search for object text within a single object store.

Procedure

To submit a CBR query for an object store:

  1. Access the search properties in the administration console:
    1. In the domain navigation pane, click the object store.
    2. In the object store navigation pane, click Search.
    3. In the details pane, click the SQL Query tab.
  2. In the Query field, enter the SQL statement for the query. The following statement is an example:
    	SELECT d.This
    	FROM Document d
    	INNER JOIN ContentSearch c ON d.This = c.QueriedObject
    	WHERE CONTAINS(d.*,'lion AND tiger')
  3. Click Search to submit the query. An IBM® Content Search Services search server runs the query, and the returned results are shown in the Search Results tab.


Last updated: October 2015
csscbr_query_running.htm

© Copyright IBM Corporation 2015.