👀 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
donhardman · 2023-12-05 · 0 · #172
Autoset limit when fetching documents by ids
donhardman · 2023-12-07 · 1 · #175
est::size_S
sanikolaev · 2022-01-06 · 0 · #75
Nick-S-2018 · 2025-01-10 · 0 · #230
Fix compatibility of ResultSet with php 8.1+
donhardman · 2022-08-02 · 5 · #71
waiting for reply
sanikolaev · 2022-01-06 · 1 · #72
Fixed scroll pagination handling, updated tests and docs
Nick-S-2018 · 2025-02-06 · 0 · #234
sanikolaev · 2022-01-06 · 0 · #73
Fixed deprecated code, updated CI tests
Nick-S-2018 · 2025-01-14 · 0 · #232
Fixed processing of connection retries
Nick-S-2018 · 2025-03-28 · 0 · #244
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
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 …
gordonbanderson · 2020-05-01 · 4 · #33
Updated error message on response decoding
Nick-S-2018 · 2025-05-08 · 0 · #247
100% Test Coverage for Connection subdir
gordonbanderson · 2020-05-01 · 1 · #34
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 …
gordonbanderson · 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 …
markomilivojevic · 2022-11-28 · 0 · #104
Replaced `index` with `table` in related code parts and docs
Nick-S-2018 · 2025-02-20 · 0 · #241
Related issue https://github.com/manticoresoftware/manticoresearch-php/issues/228
sanikolaev · 2025-02-20 · 2 · #236
Fixed the handling of persistent curl connections
Nick-S-2018 · 2025-02-20 · 2 · #209
Attach failed request to NoMoreNodesException
It is useful to retrieve a failed request in case of NoMoreNodesException.
markomilivojevic · 2024-03-21 · 0 · #195