Skip to content

Releases: krzysztof-gzocha/searcher

Better folder structure

30 Apr 12:15
Compare
Choose a tag to compare
2.3.0

Update README.md

Code style fixes and implemented missing tests

30 Apr 08:10
Compare
Choose a tag to compare
Merge pull request #33 from krzysztof-gzocha/code-coverage

Code style fixes

Added order and pagination FilterModels

29 Apr 11:31
Compare
Choose a tag to compare
Merge pull request #30 from krzysztof-gzocha/pagination-and-order

Pagination and order filter models

Inroducing ResultCollection

23 Apr 12:18
Compare
Choose a tag to compare

Searcher::search method will return ResultCollection regardless of SearchingContext.

Simplified Searcher usage

09 Apr 08:34
Compare
Choose a tag to compare

Old usage:

$searcher = new Searcher($imposers);
$searcher->results($models, $context);

New usage:

$searcher = new Searcher($imposers, $context);
$searcher->results($models);

Integrating with ORM, ODM and Elastica

08 Apr 08:36
Compare
Choose a tag to compare

Pull request #23 allowed to integrate with ruflin/elastica library and search through records stored in ElasticSearch.

Currently supported SearchingContext:

  • Doctrine
    • ORM: \KGzocha\Searcher\Context\Doctrine\QueryBuilderSearchingContext
    • ODM: \KGzocha\Searcher\Context\Doctrine\ODMBuilderSearchingContext
  • ElasticSearch: \KGzocha\Searcher\Context\Elastica\QuerySearchingContext

1.0.1: Merge pull request #20 from krzysztof-gzocha/move-doctrine-contexts

04 Mar 13:32
Compare
Choose a tag to compare

Release

04 Feb 18:23
Compare
Choose a tag to compare
Merge pull request #14 from krzysztof-gzocha/fix-date-time-model

Allowing null value for DateTimeFilterModel

First alpha release

04 Feb 16:32
Compare
Choose a tag to compare
First alpha release Pre-release
Pre-release

First, working alpha relase