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

121 results 15 ms in manticoresoftware/manticoresearch-php

Adds method to unset last response in Client

I have a kafka consumer, which works as a demon. Manticore client is initialized one time at start. This consumer adds documents to manticore in bulk, say 100-200Mb at a time. I have noticed a memory leak, it increases every time the consumer adds …

acya-skulskayaacya-skulskaya · 2024-11-05 · 3 · #221

Introduced "path" option

Fixes #135 The only problem is testing. I didn't find an easy way to test url building functionality. @sanikolaev can you help with it?

aivchenaivchen · 2023-10-17 · 1 · #136

Replace self with static

donhardmandonhardman · 2023-12-05 · 0 · #172

Autoset limit when fetching documents by ids

donhardmandonhardman · 2023-12-07 · 1 · #175

est::size_S

Release 1.8.0

sanikolaevsanikolaev · 2022-01-06 · 0 · #75

Fixed test messages

Nick-S-2018Nick-S-2018 · 2025-01-10 · 0 · #230

Fix compatibility of ResultSet with php 8.1+

donhardmandonhardman · 2022-08-02 · 5 · #71

waiting for reply

debugging .travis.yml

sanikolaevsanikolaev · 2022-01-06 · 1 · #72

Fixed scroll pagination handling, updated tests and docs

Nick-S-2018Nick-S-2018 · 2025-02-06 · 0 · #234

github actions

sanikolaevsanikolaev · 2022-01-06 · 0 · #73

Fixed deprecated code, updated CI tests

Nick-S-2018Nick-S-2018 · 2025-01-14 · 0 · #232

Static Analysis Fixes

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 …

gordonbandersongordonbanderson · 2020-07-09 · 3 · #38

Fixes for PHP HTTP Transport

hi Adrian, There were a couple of issues here: Various composer packages were missing meaning that discovery was failing The $headers variable is key --> value I've changed the transport in SearchTest only to provide more coverage. This is when I found …

gordonbandersongordonbanderson · 2020-05-01 · 4 · #33

100% Test Coverage for Connection subdir

gordonbandersongordonbanderson · 2020-05-01 · 1 · #34

Updated the mock init logic in strategy tests

Nick-S-2018Nick-S-2018 · 2024-01-12 · 0 · #187

FIX: PhpHttp transport now works, test suite passing in Travis

hi Adrian, I've had another stab at this and have the tests passing for the alternative Http transport. Fixes (in PhpHttp) to make transport consistent with Http Header for Content-Type now key => value Response needs parsed by the SqlToArray class A …

gordonbandersongordonbanderson · 2020-05-04 · 1 · #35

Log request url and request payload on response error

This PR improves error logging by adding url and payload info to response logs. It is useful when manticore runs on multiple nodes so we can know where an error occurred and what we have sent in a failed request. If it is too much to accept both url and …

markomilivojevicmarkomilivojevic · 2022-11-28 · 0 · #104

Replaced `index` with `table` in related code parts and docs

Nick-S-2018Nick-S-2018 · 2025-02-20 · 0 · #241

Support for PHP 8.4

Related issue https://github.com/manticoresoftware/manticoresearch-php/issues/228

sanikolaevsanikolaev · 2025-02-20 · 2 · #236

Validate document on nulls in fields before we insert, update or replace

donhardmandonhardman · 2024-01-17 · 0 · #188