👀 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
can't use option “field_weights”
vendor/manticoresoftware/manticoresearch-php/src/Manticoresearch/Transport/Http.php 中,第 147 行] :"unknown option 'field_weights'" $results = $index->search("@(title,description) ".$words) ->sort("_score", "desc") ->sort('updatetime','desc') ->option(" …
jShi-git · 2024-12-16 · 1 · #227
How to set match mode to SPH_MATCH_EXTENDED2 ?
marios88 · 2022-12-15 · 2 · #105
sanikolaev · 2022-12-15
silent=true for drop() is not working
According to https://github.com/manticoresoftware/manticoresearch-php/blob/master/docs/indices.md#drop this shouldn't fail, but it fails: # cat test_drop.php <?php require_once __DIR__ . '/vendor/autoload.php'; $config = ['host'=>'127.0.0.1','port'=>9308 …
sanikolaev · 2025-02-19 · 1 · #238
bug
How to set match mode to SPH_MATCH_EXTENDED2 ?
marios88 · 2022-12-15 · 2 · #105
marios88 · 2022-12-15
table
https://forum.manticoresearch.com/t/issue-with-manticore-search-during-load-testing-syntax-error-unexpected-end-near-and-500-internal-server-error/2124 get error like this $str = 'aaa'; $search = new Search($client); $search->setIndex($tablename); $ …
zatomant · 2025-02-26 · 3 · #240
Encoding Issues on getResponse()
bgrou · 2025-05-08 · 3 · #246
sanikolaev · 2025-04-18
Feature requests: multi-attribute sorting and case-insensitive sort directions
With regard to the sort() function in the Search class, I would like to be able to specify multi-attribute sorting, like so: $search->sort(['date' => 'DESC', 'attribute2' => 'ASC', 'attribute3' => 'DESC', 'attribute4' => 'ASC']); It appears that the …
Robert-K-S · 2023-12-09 · 8 · #109
Encoding Issues on getResponse()
bgrou · 2025-05-08 · 3 · #246
Nick-S-2018 · 2025-05-08
Rename "index" to "table" in the docs
sanikolaev · 2025-02-26 · 3 · #237
Encoding Issues on getResponse()
bgrou · 2025-05-08 · 3 · #246
Nick-S-2018 · 2025-05-08
sanikolaev · 2022-01-06 · 0 · #75
WIP: Add call qsuggest endpoint support
hlushpenko · 2025-06-23 · 3 · #245
sanikolaev · 2025-04-18
We need to test the client with PHP 8.4 to make sure everything works fine.
Nick-S-2018 · 2025-02-19 · 5 · #228
WIP: Add call qsuggest endpoint support
hlushpenko · 2025-06-23 · 3 · #245
Nick-S-2018 · 2025-06-13
Nick-S-2018 · 2025-01-10 · 0 · #230
WIP: Add call qsuggest endpoint support
hlushpenko · 2025-06-23 · 3 · #245
sanikolaev · 2025-06-23
Fix compatibility of ResultSet with php 8.1+
donhardman · 2022-08-02 · 5 · #71
waiting for reply
Issue with umlauts when using the keywords call
ForsakenNGS · 2021-11-15 · 4 · #59
waiting
adriannuta · 2021-07-15
Manticore Search 7.0.0 supports scroll, but manticosearch-php is not
chongshengdz · 2025-02-06 · 4 · #233
ChrisJokinen · 2021-07-08 · 1 · #58
sanikolaev · 2021-07-08
sanikolaev · 2022-01-06 · 1 · #72
Issue with umlauts when using the keywords call
ForsakenNGS · 2021-11-15 · 4 · #59
waiting
sanikolaev · 2021-07-16
sanikolaev · 2022-01-06 · 0 · #73
In ResultHit setId and getId Do Not Mirror Each Other
gordonbanderson · 2020-07-09 · 2 · #17
githubmanticore · 2020-07-09
Fixed scroll pagination handling, updated tests and docs
Nick-S-2018 · 2025-02-06 · 0 · #234
Wrong Runtime Exception Thrown
gordonbanderson · 2020-07-09 · 2 · #19
githubmanticore · 2020-07-09
There's a workaround in https://github.com/manticoresoftware/manticoresearch-php/blob/master/test/Manticoresearch/ClusterTest.php#L103 : // workaround against unstable tests. For some reason the replication which // has to be synchronous acts like if it …
sanikolaev · 2022-01-07 · 1 · #74
Minor Error in Cluster Documentation
gordonbanderson · 2020-07-09 · 2 · #31
githubmanticore · 2020-07-09
We should implement joins via the JSON interface on the client side, following the results from this task: https://github.com/manticoresoftware/manticoresearch/issues/2208
donhardman · 2025-01-09 · 5 · #210
est::size_Mrel::upcoming
gordonbanderson · 2020-07-09 · 3 · #38
githubmanticore · 2020-07-09
Autocomplete method throws error for numeric queries: "Argument #1 ($a) must be of type string"
Problem Description When using the autocomplete method with numeric queries (e.g., 3409 ), it results in the following error: Manticoresearch\Buddy\Base\Plugin\Autocomplete\Handler::compareSuggestions(): Argument #1 ($a) must be of type string, int given, …
EvgenyAly · 2025-01-08 · 8 · #224
bug
versh23 · 2020-07-09 · 1 · #44
adriannuta · 2020-07-09
Fixed deprecated code, updated CI tests
Nick-S-2018 · 2025-01-14 · 0 · #232
Kayrim · 2023-07-24 · 1 · #123
bug
githubmanticore · 2023-07-24
PHP 8.3 Support - Use of "static" in callables is deprecated
Getting deprecation message when upgrading to PHP 8.3: vendor/manticoresoftware/manticoresearch-php/src/Manticoresearch/Index.php:144 Use of "static" in callables is deprecated
markomilivojevic · 2025-01-14 · 6 · #231
Filter does not work with bool fields as expected
someson · 2023-07-24 · 1 · #122
bug
githubmanticore · 2023-07-24
Fixed processing of connection retries
Nick-S-2018 · 2025-03-28 · 0 · #244
Fossil01 · 2023-07-24 · 13 · #117
bug
githubmanticore · 2023-07-24
hi Adrian, Firstly please merge this as one merge commit, as when one pokes Travis one creates a lot of commits :) PHPStan is a Php Static Analysis tool, and it picked up a few errors, some of which surprised me, and which I've fixed. They mostly related …
gordonbanderson · 2020-07-09 · 3 · #38
Fossil01 · 2023-07-24 · 13 · #117
bug
someson · 2023-07-05