-
Notifications
You must be signed in to change notification settings - Fork 13
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
General Search Suggestions #279
Comments
Invision link https://projects.invisionapp.com/d/main#/console/904587/206067616/preview ^ not latest |
backend Beit-Hatfutsot/dbs-back#118 |
this issue will deal with showing whatever the backend returns from the frontend side - all this issue cares about is sending a (partial) search term and getting back a list of suggestions, c'est tout this means that frontend can start development without waiting for backend - the interface itself is very simple, so will be easy to change the specifics of it later |
to do: sort suggestions issue Beit-Hatfutsot#279
This is the correct invision link |
comment from @Netush (moved from PR #358)The Search Suggestion Should look like this: Articles include Places, Family Names & Compendium Databases |
thanks @Netush some things are not clear to me (possibly to be answered by @Inna-r / @TheGrandVizier) -
this is just some thoughts not clear to me, if it's clear to you (e.g. to @Inna-r , @TheGrandVizier and @Netush) - that's fine with me.. you don't need to clarify it |
Some clarification: The maximum suggestion for each categories (Articles, People & Media) should be six ,the return suggest for each sub-Category should be equal, the sorting should be by relevancy. |
thanks @Netush - in case there are 2 titles under same category - how do we decide which one to show? |
@OriHoch It doesn't really matter - because after the user choose a suggestion it goes to general search results and there will be all results |
@TheGrandVizier wizard search and general search share the same service that brings suggestions. check both search boxes please |
Suggestions from all DBs including Persons.
As the user is typing a search term, provide a list of suggestions that begin with what the user is typing.
Must suggest items of all types that are ours:
It should provide up to 5 suggestions as "Starts with".
If there is an exact match, suggest the exact match.
Future-proofing (bonus points): Add support for 5 items as "Sounds like".
The text was updated successfully, but these errors were encountered: