-
Notifications
You must be signed in to change notification settings - Fork 16
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
Search current state using loading ref #129
Comments
Perhaps we can create a
We can also return an |
It looks great! Can you please push it into a pull request? |
@xlanex6 Absolutely! Just wanted to validate my idea and your willingness to accept these changes before spending time on implementing the feature. I will implement the changes and possibly open the PR before the end of the day. Thanks! |
@roberto910907 |
Is it possible to implement an extra option when destructuring the composable to get the search current state?
const { result, search, loading } = useMeiliSearch('my_index');
That way,
loading
ref can be used to have some "in progress" loader.Something similar to the
loading
boolean ref here: https://v4.apollo.vuejs.org/api/use-query.html#returnThe text was updated successfully, but these errors were encountered: