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

Add breaks if we send None in date, datetime #71

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

lugensa
Copy link

@lugensa lugensa commented May 28, 2013

Sunburnt breaks if we send date fields set to None. This is because solr only allows only date fields that are proper utc date strings.

http://stackoverflow.com/questions/7342038/solr-indexing-date-field-with-empty-no-value

To allow it we need to remove all None date fields from update or simply like solrpy all None values form a document.

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

Successfully merging this pull request may close these issues.

None yet

3 participants