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

Error when deleting documents #368

Open
iglimanaj opened this issue Aug 7, 2021 · 2 comments
Open

Error when deleting documents #368

iglimanaj opened this issue Aug 7, 2021 · 2 comments

Comments

@iglimanaj
Copy link

The delete function throws the following error when the id contains at least one & symbol:

SolrError: Solr responded with an error (HTTP 500): [Reason: [com.ctc.wstx.exc.WstxLazyException] Unexpected character ' ' (code 32) (missing name?)
 at [row,col {unknown-source}]: [1,19]]
@iglimanaj
Copy link
Author

When using the current state of the pysolr.py module the error seems due to the latest commit b48eabd to not occur. However after installing pysolr with pip these changes are not present, even though the latest release 3.9.0 was published after the mentioned commit.

When is the new release coming?

@ramayer
Copy link
Contributor

ramayer commented Oct 16, 2021

I think #358 fixes this.

A workaround until they build the next release:

pip install git+https://github.com/django-haystack/pysolr/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants