-
### Bug Description:
manticore 6.3.6 fails to compile using gcc 14.2.0 because of this error:
```
/builds/Thermi/aports/testing/manticore/src/manticoresearch-6.3.6/src/knnmisc.cpp:74:64: error: no …
-
We need to be able to detect data types in cases when data is imported to Manticore from Elastic, e.g., with Elasticdump.
Now, there are three Elastic's types that are handled incorrectly when auto …
-
How can I translate the document into Chinese?
Does your production support i18n?
And I did'n see any docs, include https://github.com/manticoresoftware/manticoresearch/tree/master/doc.
I want to…
-
Manticore can work with Kibana like this:
```bash
# download manticore beta version with support for Kibana, check https://repo.manticoresearch.com/repository/kibana_beta/ for different OS v…
-
**Describe the bug**
Version 6.2.0 fails to build on macOS with latest Xcode
**To Reproduce**
Building the package on Homebrew to ship the new version.
For reference: https://github.com/Homebrew…
-
### Proposal:
it could be better to test that recent dev or release package works on Windows as we already have such Github CI tests for other OSes
### Checklist:
To be completed by the assignee. C…
-
### Proposal:
We should consider a way to implement sharing meta-information for performed queries with the buddy by directly sending the meta-info in the response for the buddy, in case we detect th…
-
**Is your feature request related to a problem? Please describe.**
In case of use ManticoreSearch, especially in distributed mode, there is good alternative for classic HTTP and SQL interfaces for qu…
-
The library doesn't have a method to get total count of facets.
Here is the code example, imagine an index `jobs` with columns `employer_id` and `employer_name`:
```
$client = new \Manticoresearc…
-
Currently, we are only storing versions when we perform a backup.
However, there is an issue with hardcoded values that we should aim to remove: https://github.com/manticoresoftware/manticoresearch…