Skip to content
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

Parse search-string and remove parameters before setting $ID #1124

Closed
micgro42 opened this issue Apr 23, 2015 · 0 comments · Fixed by #2286
Closed

Parse search-string and remove parameters before setting $ID #1124

micgro42 opened this issue Apr 23, 2015 · 0 comments · Fixed by #2286

Comments

@micgro42
Copy link
Collaborator

Replaces #1123

A search for foo ^bar currently results in the $ID foo_bar, a search for foo ^bar: sets the $ID to foo_bar:start.

It would be more sensible if the search parameters were removed before setting the $ID. Optionally it would make sense to add the namespace if the search is restricted accordingly. E.g. the search-string foo @bar ^bar:test would result in the $ID bar:foo

@micgro42 micgro42 mentioned this issue Mar 23, 2018
21 tasks
micgro42 added a commit that referenced this issue Mar 26, 2018
This way we do not loose the context of the current page. Further, the
new id generated from the query before wasn't really that useful (see
issue #1124 ). And we can still generate a meaningful link "create a
page for your query", if that is considered useful.

Further redirects exist for the old urls, so bookmarked searches etc.
should mostly keep working.
micgro42 added a commit that referenced this issue Mar 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants