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

Does it support Multi-index search? #720

Closed
yueling-li opened this issue Mar 11, 2023 · 2 comments
Closed

Does it support Multi-index search? #720

yueling-li opened this issue Mar 11, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@yueling-li
Copy link

Description
Brief explanation of the feature.

Basic example
If the proposal involves something new or a change, include a basic example. How would you use the feature? In which context?

Other
Any other things you want to add.

@bidoubiwa
Copy link
Contributor

Hey @yueling-li, currently it does not support the multi-index search but it can be added. How would you see this being implemented ?

we change indexUid param to be able to accept an array?

   docsSearchBar({
        hostUrl: 'https://mymeilisearch.com',
        apiKey: 'XXX',
        indexUid: ['index_1', 'index_2'], // indexUid can be an array, or a string. 
        inputSelector: '#search-bar-input',
      })

@bidoubiwa bidoubiwa added the enhancement New feature or request label Mar 14, 2023
@bidoubiwa
Copy link
Contributor

We welcome user to use the meilisearch-docsearch of tauri that is a better version of this project. For this reason, we deprecate this repository in favor of theirs.

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

2 participants