Hoss Man created SOLR-8989:
------------------------------
Summary: UI: Query screen can't handle query params that contain
"=" (big problem trying to create link to pages that uses local params)
Key: SOLR-8989
URL: https://issues.apache.org/jira/browse/SOLR-8989
Project: Solr
Issue Type: Bug
Reporter: Hoss Man
* {{bin/solr -e cloud -noprompt}}
* http://127.0.1.1:8983/solr/#/gettingstarted/query
* if you type either of these into the "q" param box, both queries works:
{noformat}
{!lucene}foo
{!lucene f=foo_s}foo
{noformat}
* if however you try to create a link to the UI page, only the first query
works, the second gets confused by the equal sign and ignores everything after
"f="
** http://127.0.1.1:8983/solr/#/gettingstarted/query?q=%7B!lucene%7Dfoo
*** works
** http://127.0.1.1:8983/solr/#/gettingstarted/query?q=%7B!lucene+f=foo_s%7Dfoo
*** breaks
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]