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

119 results 7 ms in manticoresoftware/manticoresearch-php

Fixed scroll pagination handling, updated tests and docs

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

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

github actions

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

Fixed the handling of persistent curl connections

Nick-S-2018Nick-S-2018 · 2024-05-07 · 0 · #209

Update searchclass.md

Removed /dev/ now that the release has been made.

sanikolaevsanikolaev · 2024-05-29 · 0 · #211

Fix/curl connection handling

Nick-S-2018Nick-S-2018 · 2024-06-25 · 0 · #214

Add support of autocomplete endpoint

donhardmandonhardman · 2024-07-04 · 0 · #213

enhancement

Fixed deprecated code, updated CI tests

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

Issue 181

sanikolaevsanikolaev · 2023-12-21 · 0 · #182

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

Update/nomoreexceptions msg

Nick-S-2018Nick-S-2018 · 2023-12-29 · 0 · #183

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