Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Alias for facetfilters #469

@endiliey

Description

@endiliey

Do you want to request a feature or report a bug?

feature

If it is a DocSearch index issue, what is the related index_name ?

index_name=jest

Explanation

Jest used Docusaurus as a framework, but there is a bug on how we translate the facetfilters on the currently used Docusaurus version. (facebook/docusaurus#797) It will only be fixed after Docusaurus release 1.3.1 and jest upgrade their Docusaurus version to 1.3.1

When jest is currently on 'en' and version '23.0'. It will send

facetFilters: [ "language:en", "version:current" ]

instead of

facetFilters: [ "language:en", "version:23.0" ]

Proposal

We want version alias. Example: if we send facetfilter version:current it will be translated to version:23.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions