Search

Catalyst CloudScale Search allows the process of specifying a particular pattern to search for in the search-indexed columns of a particular table. You can also search in the indexed columns of multiple tables. This section covers the various SDK methods that can be used to implement the Catalyst search functionality in your application.

Get a Component Instance

A component instance is an object that can be used to access the pre-defined configurations specific to a particular component. This process will not fire a server-side call.

The app reference used in the code below is the Python object returned as a response during SDK initialization. You can create a new search_serviceinstance as shown below. Also note that this component instance will be used in multiple scenarios while implementing the search component in your application.

    
copy
#Get a search component instance search_service = app.search()

Last Updated 2023-12-18 16:20:08 +0530 +0530

RELATED LINKS

Search Integration