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

409 results 16 ms in manticoresoftware/manticoresearch-php

Support for PHP 8.4

Nick-S-2018Nick-S-2018 · 2025-02-19 · 5 · #228

1👍1

For now if it's not supported let's mention it in the support matrix in https://github.com/manticoresoftware/manticoresearch-php/blob/master/README.md

sanikolaevsanikolaev · 2024-12-19

Support for PHP 8.4

Nick-S-2018Nick-S-2018 · 2025-02-19 · 5 · #228

1👍1

This is holding back my 8.4 upgrade. Would be nice to have this work. Currently running into errors like: DEPRECATED Manticoresearch\Client::__construct(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be …

CicerBroCicerBro · 2025-01-29

Support for PHP 8.4

Nick-S-2018Nick-S-2018 · 2025-02-19 · 5 · #228

1👍1

@CicerBro would you like to make a PR which adapts the code to PHP 8.4?

sanikolaevsanikolaev · 2025-01-31

Support for PHP 8.4

Nick-S-2018Nick-S-2018 · 2025-02-19 · 5 · #228

1👍1

@Nick-S-2018 pls review https://github.com/manticoresoftware/manticoresearch-php/pull/236

sanikolaevsanikolaev · 2025-02-17

Support for PHP 8.4

Nick-S-2018Nick-S-2018 · 2025-02-19 · 5 · #228

1👍1

I've added a few updates to https://github.com/manticoresoftware/manticoresearch-php/pull/236 and merged it.

Nick-S-2018Nick-S-2018 · 2025-02-19

Encoding Issues on getResponse()

bgroubgrou · 2025-04-18 · 1 · #246

@Nick-S-2018 pls help here.

sanikolaevsanikolaev · 2025-04-18

WIP: Add call qsuggest endpoint support

hlushpenkohlushpenko · 2025-04-18 · 1 · #245

Thanks for the PR @hlushpenko @Nick-S-2018 pls review.

sanikolaevsanikolaev · 2025-04-18

How to set match mode to SPH_MATCH_EXTENDED2 ?

marios88marios88 · 2022-12-15 · 2 · #105

SPH_MATCH_EXTENDED2 was temporary even in Sphinx. It's not supported in Manticore, at least officially (nothing about it in the docs https://manual.manticoresearch.com/) You can use option() to specify search options including ranking options. See https …

sanikolaevsanikolaev · 2022-12-15

How to set match mode to SPH_MATCH_EXTENDED2 ?

marios88marios88 · 2022-12-15 · 2 · #105

Thank you @sanikolaev for helpful insight and quick reply. For anyone interested here is my current code for emulating the old SPH_MATCH_EXTENDED2 match mode used in an autocomplete system $search_string = 'ragon fire'; // needs to match "dragon fireplace …

marios88marios88 · 2022-12-15

Method to upload a large batch at max speed

marclaportemarclaporte · 2025-04-04 · 3 · #217

est::NO_ESTIMATE

Hi @marclaporte disable binlog This has been mitigated here https://github.com/manticoresoftware/manticoresearch/issues/879 write to multiple tables at once This will be resolved once auto-sharding is completed: https://github.com/manticoresoftware/ …

sanikolaevsanikolaev · 2024-09-24

2👍2

Method to upload a large batch at max speed

marclaportemarclaporte · 2025-04-04 · 3 · #217

est::NO_ESTIMATE

Many things have been addressed. One remaining blocker: https://github.com/manticoresoftware/manticoresearch/pull/3073

marclaportemarclaporte · 2025-02-19

Method to upload a large batch at max speed

marclaportemarclaporte · 2025-04-04 · 3 · #217

est::NO_ESTIMATE

AFAICT, the last blocker is https://github.com/manticoresoftware/manticoresearch/issues/1087

marclaportemarclaporte · 2025-03-21

Request error - "index" property missing

dblackCatdblackCat · 2025-03-05 · 3 · #242

The cause is that due renaming "index" to "table" the expected "index"` property is missing. I fixed it by extending Search class and extending setTable() method: public function setTable($table): Search { parent::setTable($table); $this->params['index'] …

mskocikmskocik · 2025-03-03

Request error - "index" property missing

dblackCatdblackCat · 2025-03-05 · 3 · #242

Yes, you need to use Manticore >= 7.0.0 with client v4.0. It's specified in the requirements here

Nick-S-2018Nick-S-2018 · 2025-03-05

2👍2

Request error - "index" property missing

dblackCatdblackCat · 2025-03-05 · 3 · #242

Thanks for the help! Try to rebuild docker containers with version 7 of the search today.

dblackCatdblackCat · 2025-03-05

Issue with umlauts when using the keywords call

ForsakenNGSForsakenNGS · 2021-11-15 · 4 · #59

waiting

The problem is the Utils:;escape function. I don't remember why I picked that solution, but it doesn't work with UTF characters.

adriannutaadriannuta · 2021-07-15

need support for scroll

chongshengdzchongshengdz · 2025-02-06 · 4 · #233

manticoresearch-php supports it too. You can set the scroll option just as other search options, like cutoff , etc. We're going to update the corresponding section of documentation to include information about scroll .…

Nick-S-2018Nick-S-2018 · 2025-02-03

need support for scroll

chongshengdzchongshengdz · 2025-02-06 · 4 · #233

yes, but it doesn't include information about scroll in search results. so please update it ASAP.

chongshengdzchongshengdz · 2025-02-03

need support for scroll

chongshengdzchongshengdz · 2025-02-06 · 4 · #233

@sanikolaev pls, review https://github.com/manticoresoftware/manticoresearch-php/pull/234 that fixes the issue

Nick-S-2018Nick-S-2018 · 2025-02-04

use rt_field directive

ChrisJokinenChrisJokinen · 2021-07-08 · 1 · #58

Manticore has an old limitation that there should be at least one full-text field in the index.

sanikolaevsanikolaev · 2021-07-08