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
We keep running into failures where Solr thinks we're specifying a field. While we could escape our data to avoid this, it's not trivial and the likely case is that this is happening accidentally for other users as well.
Would it be desirable to escape colons for Solr by default?
Would it be more desirable to add a flag to specify that colons should be escaped for Solr?
Happy to put the work in, but not sure what would be the most desirable behaviour.