Skip to content

Tags: Spameri/ElasticQuery

Tags

v2.0.0

Toggle v2.0.0's commit message
fix(tests): drop deprecated curl_close() call

curl_close() is a no-op since PHP 8.0 and is deprecated in PHP 8.5, so the
Generic.PHP.DeprecatedFunctions sniff flags it via reflection and fails
`make cs` on the 8.5 CI matrix. The CurlHandle is freed automatically when
$ch goes out of scope.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

v2.0.0-alpha.3

Toggle v2.0.0-alpha.3's commit message
fixed hits location

v2.0.0-alpha.2

Toggle v2.0.0-alpha.2's commit message
added method to return ids

v2.0.0-alpha

Toggle v2.0.0-alpha's commit message
type may not be set

v1.0.1

Toggle v1.0.1's commit message
Stats returns number without from and size parameters, so we must cou…

…nt hits that really exits in collection

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from Spameri/version-one

Version one

v1.0.0-alpha.20

Toggle v1.0.0-alpha.20's commit message
QoL add sub aggregation

v1.0.0-alpha.18

Toggle v1.0.0-alpha.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #8 from pechondra/3914-php8-match-keyword-2

Remove `match` keyword from class names (atc.) for PHP8.0+ (for version-one breanch)

v1.0.0-alpha.17

Toggle v1.0.0-alpha.17's commit message
Nested object mapping fix

v1.0.0-alpha.16

Toggle v1.0.0-alpha.16's commit message
Nested object mapping to settings