spectriclabs / elastic_datashader

:earth_americas: Datashader enabled TMS server with ElasticSearch backend
Apache License 2.0
4 stars 1 forks source link

Error when filter string contains "#" #8

Closed ndmitch311 closed 1 year ago

ndmitch311 commented 3 years ago

When filtering against field with values that include "#" datashader could not render layer. Example: "#1234 -- Brown Fox" When the query criteria was changed to "*Fox" datashader rendered/returned results with no errors.

The following errors were seen. (List is not exhaustive.) JSONDecodeError('Unterminated string starting at line 1 column 236 (char 235')) JSONDecodeError('Unterminated string starting at line 1 column 491 (char 490')) JSONDecodeError('Unterminated string starting at line 1 column 728 (char 727'))

ndmitch311 commented 2 years ago

@maihde This issue is resolved in the application using datashader, but I'm not seeing any changes to datashader itself to resolve the issue. Do you have insight?

desean1625 commented 1 year ago

I do not see this error either. I am going to close this out.