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

fields option for search_query #70

Closed
littlebunch opened this issue Jun 16, 2020 · 3 comments
Closed

fields option for search_query #70

littlebunch opened this issue Jun 16, 2020 · 3 comments

Comments

@littlebunch
Copy link

littlebunch commented Jun 16, 2020

It would be very useful to have the fields option (and maybe explain too) available for search_query. Something like

SearchOptions::default().raw(json!({"Fields": ["*"]})) or SearchOptions::default().fields("*").

Just wondering if there are plans for this?

@daschl
Copy link
Contributor

daschl commented Jun 17, 2020

yeah, we are planning to add the "full" search API as the other SDKs have, for now we only implemented the bare minimum to get started. Thanks for raising it, we'll definitely have it eventually

@daschl
Copy link
Contributor

daschl commented Sep 11, 2020

Linking #4 since that will covert it as well.

@chvck
Copy link
Collaborator

chvck commented Sep 16, 2021

I think that this is done now.

@chvck chvck closed this as completed Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants