-
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
Add typeahead for non authorised users #1118
Comments
kardan
added a commit
that referenced
this issue
Feb 19, 2015
The commented code was moved to the general scripts.js earlier.
kardan
added a commit
that referenced
this issue
Feb 19, 2015
kardan
added a commit
that referenced
this issue
Feb 19, 2015
- New resources for typeaheads that are public for non authenticated users. - Added simple cache invalidation (based on count() on Objects).
We need evaluate the amount of data that is generated by the typeahead with "live data". I tried to keep all size down by trimming large text fields (especially unlimited ones). There is a price to pay on the wire but also a limit on local storage. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now unauthorised users don't get typeaheads. Since things like filter selection on partner & location will use that it needs to be in (should probably be anyway).
The text was updated successfully, but these errors were encountered: