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 autocomplete on real things in the database, not just words #28

Open
alastair opened this issue Jan 9, 2014 · 4 comments
Open

Comments

@alastair
Copy link
Member

alastair commented Jan 9, 2014

No description provided.

@darad
Copy link
Contributor

darad commented Apr 26, 2014

What do you mean by 'real things'? Can you provide a use case?

@alastair
Copy link
Member Author

For browse we have a system where we show results for an 'entity' - e.g. if you select an artist, we show that artist, their instrument and the releases that they have performed in. If you search by text we only show items in the database that matches that text. If the text matches an artist exactly we should show the additional related items too.

@alastair
Copy link
Member Author

Oh, this comment is on the wrong bug, it should be on #29

This bug is about the words we get when we start typing in the search box. E.g. if you type 'krish', you should get a match of "T. M. Krishna", not just "krishna"

@alastair
Copy link
Member Author

Related to this, we have the hindustani and carnatic collections in the same solr core, and the autocomplete uses data from both of them at the same time. Need to work out how to split this - either with different field names or different cores.

@alastair alastair modified the milestones: Browse, Public release Jun 3, 2014
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