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

Search Mechanism Frontend Design #394

Open
kemaltulum opened this issue Dec 26, 2018 · 1 comment
Open

Search Mechanism Frontend Design #394

kemaltulum opened this issue Dec 26, 2018 · 1 comment

Comments

@kemaltulum
Copy link
Contributor

I am working on all the search functionality on frontend.

Things to denote:

  • Not using autocomplete since there is not an official component for Ionic v4. Using 3th party is risky and there not many supporting Ionic v4.
  • Search results shown within a different page, which would be also advanced search page

The endpoints in search

@okyksl
Copy link
Contributor

okyksl commented Dec 26, 2018

By autocomplete do you mean searching the content for the partial string? If that so, it's fairly simple to implement with debounce property of Observables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants