-
Notifications
You must be signed in to change notification settings - Fork 210
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
Websolr integration #42
Comments
Seems like a websolr configuration issue. Did you try sending these requests directly to websolr without using ajax-solr in between? |
Added the link in browser and still no results. Thank you for your time. |
Also another thing I saw is, when searching a word with exclamation mark ( ! ) there is no result. if (value.match(/[!]/)) {
return value.replace(/[!]/g, '')
} This is tested also on browser. |
Better to escape it:
However, sometimes |
The only case that I found this was only when adding a keyword with ! in it. Thank you for the suggestion. |
Ok I see. |
After integrating this script with websolr (https://websolr.com) I found and issue, now I don't know if it is a websolr configuration or a script issue.
When searching for text, not using auto completion, I don't get any results back.
The q parameter is set correctly and sent, but the only way I managed to make this work was to add the title as a facet and send the request with q = (multiply sign):(multiply sign) and in facet title:test
Here is the repository: https://github.com/front/ajax-solr-proto
The text was updated successfully, but these errors were encountered: