Manticore Team
Manticore Team
➤ Sergey Nikolaev commented: > Perhaps it's a low hanging fruit that we can easily implement After discussion with the core team it turned out to be quite complex task,...
➤ Aleksey N. Vinogradov commented: Still reproducible with 01ecfecc right over 61c90e4d (that is - cherry-picked) nosync ``` #14 0x00007f3093600859 in __GI_abort () at abort.c:79 #15 0x00007f309366b26e in __libc_message (action=action@entry=do_abort,...
➤ Ilya Kuznetsov commented: Fixed in f54b053c
➤ Ilya Kuznetsov commented: Fixed in 426c47c1
➤ Aleksey N. Vinogradov commented: That is because of implicit limit for remotes. For local agents by default limit is 20. For remotes it is 1000. So, when you query...
➤ Ilya Kuznetsov commented: Already fixed in latest master (43a9fef4f310ae39cc1fcbf8a72ec1316ac8be20). Crash occurred because `f1` is a stored field and you can't use expression on stored fields, only on attributes.
➤ Sergey Nikolaev commented: FFR: It works differently in MySQL and Postgres. TL;DR: `json.a = 0` is different from `json.a is null`. 0 doesn't mean null. ### mysql ```sql mysql>...
➤ Nick Sergeev commented: Here's a draft implementation for the Python client https://github.com/Nick-S-2018/python-client-draft/blob/main/docs/SearchApi.md
➤ Sergey Nikolaev commented: As discussed on today's call, please update the docs here https://github.com/Nick-S-2018/python-client-draft/blob/main/docs/SearchApi.md#example , so each separate functionality is exampled separately. Also, this looks wrong: ``` sort=[ ,...
➤ Nick Sergeev commented: Implemented in https://gitlab.com/manticoresearch/openapi/-/commit/b0a6713ce36bc6d32a4ec492af02c4daa52799e1, https://gitlab.com/manticoresearch/openapi/-/commit/fc8578cb569c85938e42359958f9a4aab886b1c0, https://gitlab.com/manticoresearch/openapi/-/commit/3a1de9025e62bf1d68b86479220c1d1f1d781c73