Issue 13944
Change global search url
13944
Reporter: mdoering
Assignee: cvizitiu
Type: Feedback
Summary: Change global search url
Resolution: Invalid
Status: Closed
Created: 2013-09-17 12:42:44.005
Updated: 2013-09-17 12:52:05.007
Resolved: 2013-09-17 12:52:04.967
Description: The current global search uses drupal which exposes the URL /node/search?keys=myquery
This unfortunately strongly clashes with the existing /node/{uuid} urls from the java portal and it would be best to pick a new url for the drupal search.
[~cvizitiu], can we rather expose a url like portaldev.gbif.org/search?q=myquery ?
We could also do so purely in varnish and rewrite that to the current drupal URL. But if we could do so in drupal already that would keep our rewrite mess less nasty]]>
Author: mdoering@gbif.org
Created: 2013-09-17 12:49:59.698
Updated: 2013-09-17 12:49:59.698
Apparently the search is also accessible via http://staging.gbif.org/search/node?keys=berlin which can be mapped.
This should work with varnish, not critical anymore!