Search dictionary entries

Searches for standard and custom dictionary entries.

Usage

Required ACL: settings
1
2
3
4
5
6
7
8
require "algolia"

client = Algolia::SearchClient.create("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY")

response = client.search_dictionary_entries(
  "stopwords",
  Algolia::Search::SearchDictionaryEntriesParams.new(query: "about")
)
Did you find this page helpful?
Ruby API clients v3