-
Notifications
You must be signed in to change notification settings - Fork 3
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
stateful URL? #10
Comments
If you search for Annie Alexander between years 1910 and 1920 that is already a static URL like: which will give you a JSON response. So, i imagine that you don't actually want to look at the JSON, but want to see HTML. I'm also assuming that you just want to see the results and not statically link to images. If this is all true, then i think i just need to pop in some Javascript that parses an incoming URL sends the AJAX request automatically with the incoming URL like: Is it necessary to coordinate this with already saved queries from the old field notebook site? that could be tricky. John |
Not necessary to coordinate with the old site (although that means more work for Archives team to update on OAC etc so perhaps I am speaking out of turn here!). However I'm not seeing the static URL when I am getting search results or cruising through pages. I only see ecoreader.berkeley.edu/# |
I was thinking a "Share" Link so users can copy the correct URL. John On Tue, Oct 20, 2015 at 8:28 AM, Michelle Koo notifications@github.com
John Deck |
Share link is perfect solution |
This is now added and working, e.g. see: |
Awesome! On Mon, Apr 18, 2016 at 1:14 PM, John Deck notifications@github.com wrote:
|
One of the useful features of the old bscit site was allowing the query to be exposed in the URL so links could be sent and embedded in external pages. Implement some similar solution?
The text was updated successfully, but these errors were encountered: