Manticore Team
Manticore Team
➤ Sergey Nikolaev commented: > searches such as : a -b -c also fail. In SQL, these work. Whereas -b -c fails in both. I've created a separate issue about...
➤ Sergey Nikolaev commented: Call notes after dev call of Aug 18 2022 * Q: for a string how do we understand what underlying data type to create: field or...
➤ Dmitrii Kuzmenkov commented: **MRE** ```sql mysql> drop table if exists sample; mysql> mysql> create table sample (content text, something1 text, something2 text, something3 text, something4 text, something5 text, something6...
➤ Ilya Kuznetsov commented: Disabled using stored fields in expressions in 819b5596
➤ Dmitrii Kuzmenkov commented: @nosync I have tried to create index and checked permissions also 
➤ Sergey Nikolaev commented: What's left: * rename `LOCK/UNLOCK` to `FREEZE/UNFREEZE` * update the docs to make it clear `FREEZE/UNFREEZE`: - work differently from what normally happens when you `lock`...
➤ Aleksey N. Vinogradov commented: It was actually done months ago, however initially we build arm packages native way on dedicated machine with arm CPU. Now everything is performed via...
➤ Ilya Kuznetsov commented: Done in docid64 branch (there might be some untested cases where signed docids are not supported yet).
➤ Nick Sergeev commented: A possible way it can be done: - create high-level query (hlq) api interface taking php client's api methods as a pattern https://github.com/manticoresoftware/manticoresearch-php/blob/master/docs/searchclass.md https://github.com/manticoresoftware/manticoresearch-php/blob/master/docs/indexclass.md ( Shall...
➤ Stan commented: This was PGM index build issue that I just fixed at https://github.com/manticoresoftware/PGM-index/commit/017a2b2c0013317e63be7988f609100128beaefd CI at the MCL passed well and uploaded `manticore-columnar-lib` packages into our dev repo. You...