-
Notifications
You must be signed in to change notification settings - Fork 20
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
Typeahead in project listing search box #770
Milestone
Comments
KasperBrandt
added a commit
that referenced
this issue
Oct 22, 2014
The actual search functionality has not been implemented yet, but an example of the search box can be seen on /projectsearch. Typeahead.js is used with a combination of local files (country and continents) and remote lookup (projects and organisations). Still need to: - Test the performance on live database - Clean up code (put javascript in seperate file)
KasperBrandt
changed the title
Autocomplete in forms
Typeahead in project listing search box
Oct 24, 2014
KasperBrandt
added a commit
that referenced
this issue
Oct 24, 2014
- Merged with 'feature/rsr_v3' - Added typeahead with projects, organisations, countries and focus areas - When clicked on a project, the user is directed to the project page - Did not look into styling that much, so that should be improved Conflicts: akvo/rsr/static/lib/js/typeahead-0.10.5.js akvo/urls/rsr.py
KasperBrandt
added a commit
that referenced
this issue
Oct 27, 2014
KasperBrandt
added a commit
that referenced
this issue
Oct 27, 2014
kardan
added a commit
that referenced
this issue
Oct 27, 2014
[#770] Sample suggestions box on projects listing page
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Typeahead in the project listing search box:
The text was updated successfully, but these errors were encountered: