You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used an Ajax-solr to display my solr cores. With an old jquery version (1.7.2) everything works properly. Now i should integrate my part with another code, where i should use the version of jquery - 1.11.2. As soon as i changed the library version i get following mistake
Uncaught Error: Syntax error, unrecognized expression: http://10.46.3.100:8982/solr/RMRB/
at Function.fb.error (jquery.min.js:2)
at fb.tokenize (jquery.min.js:2)
at fb.select (jquery.min.js:2)
at Function.fb [as find] (jquery.min.js:2)
at m.fn.init.find (jquery.min.js:2)
at new m.fn.init (jquery.min.js:2)
at m (jquery.min.js:2)
at child.afterRequest (ResultWidget.js:41)
at child.handleResponse (AbstractManager.js:145)
at Object.handler (Manager.jquery.js:23)
The text was updated successfully, but these errors were encountered:
I used an Ajax-solr to display my solr cores. With an old jquery version (1.7.2) everything works properly. Now i should integrate my part with another code, where i should use the version of jquery - 1.11.2. As soon as i changed the library version i get following mistake
The text was updated successfully, but these errors were encountered: