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

Complete documentation section on search #98

Closed
Tracked by #62
VianneyMI opened this issue Dec 30, 2023 · 1 comment · Fixed by #103
Closed
Tracked by #62

Complete documentation section on search #98

VianneyMI opened this issue Dec 30, 2023 · 1 comment · Fixed by #103
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@VianneyMI
Copy link
Owner

No description provided.

@VianneyMI VianneyMI self-assigned this Dec 30, 2023
@VianneyMI VianneyMI added the documentation Improvements or additions to documentation label Jan 14, 2024
@VianneyMI
Copy link
Owner Author

Missing section on Faceted search.

Blocked by #102

The doc section should show the following (curently impossible) behavior

pipeline = Pipeline()
pipeline.search_meta(
    index="fruits",
    collector_name="facet",

).search_meta(
    facet_type="string",
    name="category",
)

@VianneyMI VianneyMI linked a pull request Jan 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant