-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Count result #151
feat: Count result #151
Conversation
I have access to number of result only in search-results component |
@alexgarel handleResults() is not triggered when a search is launched. Any idea why ? |
import { SearchResultEvent } from './events'; | ||
import { SearchaliciousResultCtlMixin, SearchaliciousResultsCtlInterface } from './search-results-ctl'; | ||
|
||
@customElement('results-counter-display') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I start every component name with "searchalicious" to avoid clashes (webcomponents should have unique names).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great.
What
Display count results on the search result page