cubing / algdb

📚 Algorithm Database
http://algdb.net
GNU General Public License v3.0
22 stars 3 forks source link

Search UI for Landing #11

Open saranshgrover opened 4 years ago

saranshgrover commented 4 years ago

This also includes making reusable components for displaying tags/algsets as well as autocompletion.

coder13 commented 4 years ago

https://scryfall.com/ has the perfect example of search for this database I feel. With magic cards, there's a ton of metadata with them so scryfall has to have a powerful system to search for them.

The search function let's you do advanced queries, but if you don't know the syntax, select "advanced" to find the UI for all the options.

I picture us doing the same thing here.

saranshgrover commented 4 years ago

Looks a lot like what I had in mind. I was also going to add UI components for tags inside the search bar. I also like the "advanced" and the "syntax guide", though I'd want Advanced to just be a dropdown instead of a whole new page, and I'd also prefer search results to show up in Landing instead of having to navigate away.