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

1354 results 32 ms in manticoresoftware/manticoresearch-buddy

Fix: metric deserialization issue and new buddy-core

donhardmandonhardman · 2024-12-17 · 1 · #422

Autocomplete drops in

donhardmandonhardman · 2025-05-12 · 3 · #514

bug

After investigation I found that the issue is actually not dropping in but instead, as default autocomplete behavior is to look and expand WORD in 2 ways by default – prefix and suffix. So what we see is simply in expanded to chains . To prevent it we can …

donhardmandonhardman · 2025-04-15

Make backup work on Windows

donhardmandonhardman · 2023-02-20 · 0 · #99

Fix: Use truncate instead for agents of distributed tables

donhardmandonhardman · 2025-05-08 · 1 · #525

…clt ❌ CLT tests in test/clt-tests/bugs/ ✅ OK: 0 ❌ Failed: 1 ⏳ Duration: 15s 👉 Check Action Results for commit aca40c6 Failed tests: ––– input ––– rm -f /var/log/manticore/searchd.log; stdbuf -oL searchd --stopwait > /dev/null; stdbuf -oL searchd > /dev/ …

github-actions[bot]github-actions[bot] · 2025-04-22

Fix issue with drop sharded table

donhardmandonhardman · 2024-10-23 · 0 · #383

Autocomplete drops in

donhardmandonhardman · 2025-05-12 · 3 · #514

bug

Thanks for looking into this. I played around with the prepend option, and so far no luck. Perhaps I'm doing something wrong. sphinxQL> CALL AUTOCOMPLETE('alice in chai', 'artist', 0 as prepend); +--------------+ | query | +--------------+ | alice chad | …

ba221400ba221400 · 2025-04-16

Fix/distributed table fuzzy

donhardmandonhardman · 2025-04-06 · 0 · #515

Autocomplete drops in

donhardmandonhardman · 2025-05-12 · 3 · #514

bug

Looking at this again, is 0 as prepend working as expected here? If I understand it correctly I wouldn't expect to see the "malice" entries if 0 as prepend is removing the * in front of alice.

ba221400ba221400 · 2025-05-12

Update composer deps to support initialization without access to plug…

…gable dir

donhardmandonhardman · 2024-11-19 · 0 · #398

Development flow README

donhardmandonhardman · 2023-01-06 · 1 · #72

I've made minor changes in the text. Looks good to me, let's merge it.

sanikolaevsanikolaev · 2023-01-06

Queues MV: Show query compile error

djklim87djklim87 · 2025-01-17 · 0 · #456

Update PHP codestyle to the latest version

donhardmandonhardman · 2022-12-23 · 1 · #62

Cool! Let's merge

donhardmandonhardman · 2022-12-23

Fix critical bug with increasing of runtimes on exception

donhardmandonhardman · 2023-11-02 · 1 · #170

Added functional tests handler and insert query test

Nick-S-2018Nick-S-2018 · 2022-12-20 · 1 · #50

We should also pass tests to get it merged.

donhardmandonhardman · 2022-12-16

Copy of #478

https://github.com/manticoresoftware/manticoresearch-buddy/pull/478 can't pass all the tests due to a permissions issue. This is a copy.

sanikolaevsanikolaev · 2025-02-01 · 1 · #481

SHOW FULL TABLES handling

donhardmandonhardman · 2023-01-10 · 1 · #77

Looks good to me except for the failed test

sanikolaevsanikolaev · 2023-01-10

Failure in "Build test kit ..." when the PR is from a fork

Hopefully fixes this https://github.com/manticoresoftware/manticoresearch-buddy/actions/runs/13088640038/job/36524015494?pr=478#step:2:137

sanikolaevsanikolaev · 2025-02-01 · 0 · #479

Create PR to manticoresearch

donhardmandonhardman · 2023-07-20 · 1 · #147

The issue concerning failed CLT tests should be resolved in a separate request that transfers all CLT tests to Manticore Search.

donhardmandonhardman · 2023-07-19

Use json for state value and update code to fix sharding timeout exceed

Migrate sharding schema to fix issue with "Waiting timeout exceed" due to \n escaping in response

donhardmandonhardman · 2025-01-06 · 0 · #430

Apache Superset 4.x support

donhardmandonhardman · 2025-02-20 · 5 · #388

est::NO_ESTIMATE

As discussed, it's hard to estimate how long it will take to fix it.

sanikolaevsanikolaev · 2024-11-04

Add support for failed update and delete in clustered environment

donhardmandonhardman · 2025-03-04 · 0 · #499

Apache Superset 4.x support

donhardmandonhardman · 2025-02-20 · 5 · #388

est::NO_ESTIMATE

This problem of Superset connect to Manticore Error 'int' object has no attribute 'upper' (https://github.com/manticoresoftware/manticoresearch/issues/2395) can be fixed by simple modification in sqlalchemy/dialects/mysql/base.py within function def get_ …

MalgarionMalgarion · 2025-02-11

ci: removed login to ghcr.io as the image we need is public

sanikolaevsanikolaev · 2025-02-01 · 0 · #480

Apache Superset 4.x support

donhardmandonhardman · 2025-02-20 · 5 · #388

est::NO_ESTIMATE

Thanks @Malgarion We'll try this.

sanikolaevsanikolaev · 2025-02-15

External build system

donhardmandonhardman · 2023-02-13 · 0 · #98

Apache Superset 4.x support

donhardmandonhardman · 2025-02-20 · 5 · #388

est::NO_ESTIMATE

Before making it work, we should fix the issue on the Manticore daemon side, because when variables do not exist, it always returns 0. Therefore, there is no way to catch it on the Buddy side and process it to fix the issue. @sanikolaev what should we do …

donhardmandonhardman · 2025-02-20

Updated the autoinsert of text fields in Elastic-like requests

Nick-S-2018Nick-S-2018 · 2025-01-23 · 0 · #445

Apache Superset 4.x support

donhardmandonhardman · 2025-02-20 · 5 · #388

est::NO_ESTIMATE

Blocked by: https://github.com/manticoresoftware/manticoresearch/issues/3109

donhardmandonhardman · 2025-02-20

Fix fuzzy issues with FACET and complex ranker in options

donhardmandonhardman · 2025-03-04 · 2 · #500

Misleading error "unknown option 'fuzzy'"

sanikolaevsanikolaev · 2024-11-26 · 6 · #395

bug

Implemented: https://github.com/manticoresoftware/manticoresearch-buddy/pull/397

donhardmandonhardman · 2024-11-13

Updated github workflow

Nick-S-2018Nick-S-2018 · 2025-01-23 · 0 · #468

Misleading error "unknown option 'fuzzy'"

sanikolaevsanikolaev · 2024-11-26 · 6 · #395

bug

Let's add tests that MRE is fixed in this pull: https://github.com/manticoresoftware/manticoresearch/pull/2756

donhardmandonhardman · 2024-11-14

Migrate to use quoted sharding parameters

donhardmandonhardman · 2025-04-04 · 5 · #516

Misleading error "unknown option 'fuzzy'"

sanikolaevsanikolaev · 2024-11-26 · 6 · #395

bug

@donhardman Testing performed in PR - https://github.com/manticoresoftware/manticoresearch/pull/2756 I ask for a test review and approval for the merger.

PavelShilin89PavelShilin89 · 2024-11-20

Change error message on fuzzy search without match

donhardmandonhardman · 2024-12-07 · 0 · #397

Misleading error "unknown option 'fuzzy'"

sanikolaevsanikolaev · 2024-11-26 · 6 · #395

bug

Approved

donhardmandonhardman · 2024-11-24

manticore buddy start error

Confirmation Checklist: You have searched for an answer in the manual. You have considered using the forum for general discussions, which can be more suitable for non-urgent or broad queries. You are aware of our community support channels on Slack, …

uraurorauraurora · 2025-02-26 · 10 · #494

waiting

Misleading error "unknown option 'fuzzy'"

sanikolaevsanikolaev · 2024-11-26 · 6 · #395

bug

@sanikolaev do you need to tick the changelog?

PavelShilin89PavelShilin89 · 2024-11-25

Fix: Use truncate instead for agents of distributed tables

donhardmandonhardman · 2025-05-08 · 1 · #525

Misleading error "unknown option 'fuzzy'"

sanikolaevsanikolaev · 2024-11-26 · 6 · #395

bug

Done, but no record in the changelog is required since the main functionality hasn't been released yet.

sanikolaevsanikolaev · 2024-11-26