Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is index.SearchForFacetValue available? #80

Open
matszafraniec opened this issue Dec 28, 2021 · 2 comments
Open

Is index.SearchForFacetValue available? #80

matszafraniec opened this issue Dec 28, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@matszafraniec
Copy link

I would like to use index.searchForFacetValue method, described here: https://www.algolia.com/doc/api-reference/api-methods/search-for-facet-values/?client=csharp#examples but can't find it in current package (1.0.4). Is it available or there is equivalent of it?

@matszafraniec matszafraniec added the enhancement New feature or request label Dec 28, 2021
@hmbenhaim
Copy link

I just look over and over again and I couldn't find it, please add this method it would be amazing, thank you!

@Chralu
Copy link

Chralu commented Mar 30, 2022

Hi,

does index.facetQuery match your requirements ?

Method's documentation :

  ///
  /// **FacetQuerys**
  ///
  /// Search for values of a given facet, optionally restricting the returned
  /// values to those contained in objects matching other search criteria.

The only drawback with that method is that is expects your facet to contain objects with objectID property (#88 ).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants