Closed Chovin closed 5 years ago
This branch so far has the express search query string working. You can check the branch out to build the main page search bar out from. @vaniart let me know what else I can do to help with this task!
Also, What do you think about surrounding the user's search in wildcards *seach terms*
by default?
@burdickdr what are your thoughts on what functionality you'd like to see in the main page search bar? I'm thinking big centered search bar kinda like https://www.gbif.org/ 's
here's some https://www.sitepoint.com/14-jquery-live-search-plugins/ options. SemanticUI and Ajax Live Search look good? /shrug
I've pushed a WIP using the Select2 library. If we go this direction we get a couple more todo items:
@vaniart your input and help with the CSS would be greatly appreciated :) @burdickdr I'd love your input as well in what you'd like this feature to look like/do
Added little select toggle for coral or fish. Thoughts? @vaniart could I get your help determining best styling/UI/UX?
fyi, there's some html in https://github.com/OIT-UOG/specify-webportal-installer/blob/d5e8709cc4cbe223c6568134deca2b8217c01e10/ROOT/js/search.js#L130-L147
I feel like feature-wise this is deployable, we just need a little makeover of it now. @vaniart, when you have time, any help or pointers would be greatly appreciated :)
added:
@vaniart, these changes are good with you? there aren't any style changes you think we should add?
@burdickdr is ok with pushing this live and doing the style changes later. let's get it live!
closes #26
q=search_string
I've added the ability to run a query on page load from url parameters. How should we build out on this feature?
as mentioned in https://github.com/OIT-UOG/specify-webportal-installer/issues/26#issuecomment-474697555 , we have may have a lot of freedom to work with this, maybe have a
For now though, let's see if we can get something basic on the front page.