Sep 20, 2024
Search for rules
Searches for Recommend rules.
Use an empty query to list all rules for this recommendation scenario.
Usage
Required ACL:
settings
Copy
1
2
3
4
5
6
import { algoliasearch } from 'algoliasearch';
//
const client = algoliasearch('ALGOLIA_APPLICATION_ID', 'ALGOLIA_API_KEY').initRecommend();
const response = await client.searchRecommendRules({ indexName: 'indexName', model: 'related-products' });
Did you find this page helpful?