barryhunter
barryhunter
In https://github.com/manticoresoftware/manticoresearch/issues/821 [sanikolaev](https://github.com/sanikolaev) said: > use select * from idx.files to get list of index files (it works for plain/pq indexes too) Wwhere is this documented? Not seen the .files...
Have wanted this for a long time, but only recently reminded of this. Would be nice to have a `field_length` variable for use in the ranking formula, that gets the...
**Is your feature request related to a problem? Please describe.** On a standard index, can use `phrase_boundary` config to stop normal phrase queries from matching across sentence boundaries. But when...
**Is your feature request related to a problem? Please describe.** Considering using the new manticore helm chart - which is a using the new 'datadir' mode (becauase it works with...
**Is your feature request related to a problem? Please describe.** Sometimes want to cause the tiles to update, but .redraw() causes all tiles to be removed, and readded. This is...
Fixes https://github.com/domoritz/leaflet-locatecontrol/issues/246
**Describe the bug** Manticore crashes when running certain queries. Seems to be when using CONCAT in the SELECT part THis is a query consistent crashing SELECT CONCAT('') AS url, CONCAT(label,...
**Describe the bug** Was unable to manually issue 'JOIN CLUSTER' following a pod failure. I THINK it might of been memory related. See https://forum.manticoresearch.com/t/when-a-node-joins-a-cluster-what-happens-if-alrady-local-indexes/1155 for context. When rejoining the cluster...
**Is your feature request related to a problem? Please describe.** I'm writing some scripts to 'bulk create' RT indexes. Typically where data is extracted from Mysql and written to a...
**Describe the bug** If try to insert a number into a column, defined as string attribute, Manticore silently accepts a number, but doesn't actually insert it. **To Reproduce** ``` RT>CREATE...