docs-scraper icon indicating copy to clipboard operation
docs-scraper copied to clipboard

Use facets

Open curquiza opened this issue 5 years ago • 2 comments

Make the scraper use the facets (when the facets feature will be ready in a stable version of MeiliSearch) I will be useful for the docs versioning and the handling of the different languages.

Edit

  • [ ] Add example in README (even the custom_settings part for attributesForFaceting)

curquiza avatar Apr 08 '20 15:04 curquiza

attributesForFaceting are now called filterableAttributes.

If I understand correctly your suggestion. We want to add filterableAttributes as a setting option like this:

"custom_settings": {
    "filterableAttributes": ["genres", "type"],
    "stopWords": ["of", "the"]
  },

and add it to the list of settings added on the chosen index.

If this addition works natively, only an update of the reamde is needed.

bidoubiwa avatar Sep 29 '21 08:09 bidoubiwa

@curquiza @bidoubiwa Kindly review the PR and suggest feedback if any...Thanks!

Smartmind12 avatar Oct 13 '22 18:10 Smartmind12