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. Also note that this component instance will be used in multiple scenarios while implementing the search component in your application.

The search_service instance can be created in the following way :

    
copy
#Get a search component instance import zcatalyst-sdk app = zcatalyst-sdk.initialize() search_service = app.search()

Last Updated 2023-09-03 01:06:41 +0530 +0530

RELATED LINKS

Search Integration