Dictionary for colors of data series
The colors applied to data series is based on current template. However, it's frequent to have specific colors for categories / products / regions. A useful tool would be the ability to generate a "dictionary" of colors associated to terms/names found in data series. Importing the dictionary in a...
Add a flag to create index for SCAN and CONTAINSSTRING automatically when the dataset is loaded in memory.
The current optimization for SCAN and CONTAINSSTRING generates an index for ASCII-only text columns at the first request including either SCAN or CONTAINSSTRING. The index build operation could be up to 25 seconds long and goes in timeout if it takes more time. It would be useful to be able to...
Support non ANSII characters in SEARCH and CONTAINSSTRING index
The index for SEARCH and CONTAINSSTRING only supports ASCII characters.
It would be helpful to support non-ASCII characters in two ways:
- Just create the index that supports diacritics (this could be expensive/complex)
- Create the index by using a column that transforms ...
STATUS DETAILSNew