We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I can't get ifSearching to work either with single or multiple indexes. Here's my template, based on the docs and examples:
{{> EasySearch.Input indexes=indexes attributes=attributes timeout=500 noDocumentsOnEmpty=true}} {{#EasySearch.IfSearching indexes=indexes }} <div>Searching</div> {{/EasySearch.IfSearching }}
And in my js:
Template.searchBox.helpers({ 'usersIndex': () => UsersIndex, 'patternsIndex': () => PatternsIndex, 'indexes': () => [UsersIndex, PatternsIndex], });
The search function works but the ifSearching text never appears.
I've tried using index=usersIndex, and that doesn't work either.
I'm using Meteor 1.6.1
Any idea why it's not working? Thanks!
The text was updated successfully, but these errors were encountered:
Do you have a repository for reproduction? Or has the issue been resolved?
Sorry, something went wrong.
Hi, no, I was working on this a couple of years ago. I don't think I ever got this particular feature to work.
No branches or pull requests
Hi, I can't get ifSearching to work either with single or multiple indexes. Here's my template, based on the docs and examples:
And in my js:
The search function works but the ifSearching text never appears.
I've tried using index=usersIndex, and that doesn't work either.
I'm using Meteor 1.6.1
Any idea why it's not working? Thanks!
The text was updated successfully, but these errors were encountered: