Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

👀 While it's loading, feel free to check out the other repositories:

🔔 To get a notification when it's ready, leave your email here:

By entering your email, you agree to receive notifications and marketing-related emails

Filter by reset

    1774 results 9 ms in manticoresoftware/manticoresearch

    DBeaver integration broken

    Bug Description: Подключение создано как сказано в документации. Просматривать схему документа можно, при попытке просмотреть данные: Manticore Search Version: 6.3.6 Operating System Version: Ubuntu 22 (KDE Neon) Have you tried the latest development …

    KarelWinterskyKarelWintersky · 2024-08-07 · 6 · #2484

    bugest::size_S

    test task

    testing integration

    manticoresearchmanticoresearch · 2018-09-03 · 0 · #118

    RELOAD PLUGINS sometimes fails with spurious "symbol 'PLUGIN_ver' not found ..."

    Manticore Search version: 2.7.2 OS version: Debian Stretch Build version: manticore_2.7.2-180827-4c1ec79-release-stemmer.stretch_amd64-bin.deb Description of the issue: Sometimes after updating plugin (here bugtest.so) and issuing RELOAD PLUGINS , it …

    malairemalaire · 2018-11-05 · 14 · #116

    bugin backlog

    Manticore v6 crashes when inserting rows

    Describe the bug Manticore 6 crashes when inserting rows in index. To Reproduce I have indexes with string columnar attributes, single json attr and some fulltext fields. When inserting data, manticore just crashes with single line in logs: Crash!!! …

    yharahutsyharahuts · 2023-03-27 · 10 · #1057

    connect tool

    What client tool to use to connect and edit SQL!

    tmxk-09tmxk-09 · 2023-11-16 · 2 · #1590

    incorrect reading of config file with tab characters

    Describe the bug incorrect reading of config file with tab characters To Reproduce manticore.conf: searchd { listen = 127.0.0.1:9312 listen = 127.0.0.1:9306:mysql listen = 127.0.0.1:9308:http log = /var/log/manticore/searchd.log query_log = /var/log/ …

    xdimusxdimus · 2024-04-29 · 0 · #2027

    bugest::size_S

    Possible issue encoding control characters in json responses from HTTP search endpoint

    Describe the bug I get JSON parse errors for search HTTP endpoint responses in some environments. The incorrectly escaped character is ASCII code 27 ESC with json encoding "\u001b". It results as plain code 27 in some searchd environments while works fine …

    krokykroky · 2022-09-26 · 2 · #901

    waiting

    Improve error "unsupported value type"

    …MRE: ➜ ~ curl -sX POST http://localhost:9308/insert -d ' { "index": "t", "doc": { "a": null } } ' | jq { "error": "unsupported value type" } Expected error: unsupported value type "null" in field "a" NOTE: the table may not exist before executing the MRE. …

    sanikolaevsanikolaev · 2024-05-23 · 1 · #1589

    rel::6.3.0

    don't support NULL type definition

    when executing DML query , mantiscore don't support NULL data type in column field. like insert... into ... insert into table1 values('a', 1, NULL);

    theseusyangtheseusyang · 2021-09-20 · 1 · #631

    The issue with , transforming into \u0000 when sent to Buddy

    Bug Description: There's a problem when we use an option and want to route it to Buddy. It seems like the daemon changes the original data. To recreate the issue, start Buddy with the --debug flag and run this query. This will show that Buddy gets a …

    donhardmandonhardman · 2024-06-26 · 6 · #2252

    bugrel::6.3.2

    INSERT via mysql fails with "Malformed packet"

    Bug Description: snikolaev@dev2:~$ mysql -P9306 -h0 -e "drop table if exists t; create table t; INSERT INTO t VALUES (16609783591081324285)" ERROR 2027 (HY000) at line 1: Malformed packet Notes It works fine via json: snikolaev@dev2:~$ mysql -P9306 -h0 -e …

    sanikolaevsanikolaev · 2024-05-06 · 3 · #2089

    bug

    ALTER TABLE ... ADD COLUMN ... bigint -> MODIFY

    We'll soon merge the optimization in the ALTER which allows expanding int to bigint , the daemon's syntax will be ALTER TABLE <tbl> ADD COLUMN <column name> bigint where <column name> is the column to expand. Let's: implement an improvement via Buddy to …

    sanikolaevsanikolaev · 2024-05-23 · 1 · #1448

    rel::6.3.0

    LAST_INSERT_ID returns empty on INSERT

    Describe the environment Manticore Search version: Manticore 3.3.0 01fc8ad1@200204 release OS version: macos catalina 10.15.3 Build version: manticore-3.3.0-200204-01fc8ad-release.tar.gz Describe the problem Description of the issue: After modifying a row …

    chovalchoval · 2020-03-16 · 1 · #316

    bug

    Incorrect entry in search output

    Manticore 3.2.2 f429c0cb@200116 dev FreeBSD 11.3-RELEASE I have a pretty small (several Mb) non-RT index of my site blogs. Today a noticed that one query returns strange result. My code (I use PHP PDO): $sql = "SELECT * FROM lori_blogs WHERE blog_id = 1 …

    davidmzdavidmz · 2020-02-05 · 17 · #303

    waiting

    wordbreaker не работает с кирилицей.

    Describe the bug wordbreaker не работает с кирилицей. To Reproduce Steps to reproduce the behavior: Создаем словарь indexer --buildstops dict.txt 100000 --buildfreqs myindex -c /var/www/config_code/myindex.conf echo афганскийказан | /bin/wordbreaker -dict …

    godem111godem111 · 2023-01-09 · 1 · #976

    sphinxapi.php breaks in php 8.2

    Describe the bug A clear and concise description of what the bug is. php8.2 is installed by default under ubuntu 22.04. The latest sphinxapi.php breaks in a number of places. The most significant errors are due to the fact that @ Error Suppression …

    yitan800yitan800 · 2024-05-23 · 5 · #1437

    bugest::size_Mrel::6.3.0

    Records not being inserted, count() is random, "replace into" returns OK

    I am inserting records into an RT table using "replace into." I am only doing insertions, no deletions. Once Sphinx reached about 12 million rows, it stopped inserting the records properly. indexed_documents status number kept going up, as expected, but …

    ghostghost · 2020-07-08 · 7 · #345

    bug

    Adding a section or page about integrations / interoperability with other software

    It would be a good idea to have a page about 3rd party integration, to list projects like https://dev.tiki.org/Manticore-Search https://github.com/EvilFreelancer/laravel-manticoresearch https://www.mediawiki.org/wiki/Extension:SphinxSearch https://github. …

    marclaportemarclaporte · 2022-05-20 · 2 · #785

    1👍1

    Integrate secondary indexes into query optimizer

    The task is to look at the code of secondary indexes and try to properly integrate them into the query optimizer.

    githubmanticoregithubmanticore · 2023-01-11 · 1 · #1014

    Unable to update text field

    Bug Description: MySQL [(none)]> CREATE TABLE testx(id bigint fast_fetch='0', title text fast_fetch='0') morphology='stem_en' engine='columnar'; MySQL [(none)]> INSERT INTO testx(id, title) VALUES(1, 'test'); ERROR 1064 (42000): table testx: attribute ' …

    scruelscruel · 2024-06-10 · 1 · #2297

    bug