Commit graph

34 commits

Author SHA1 Message Date
Tim Nagel dd388e4b25 CS fixes 2015-03-12 21:20:00 +11:00
Hung Tran d04a403f71 added support for setting search options 2014-02-04 19:41:38 -06:00
Luis Cordova cacb40286c clean ups 2013-11-20 08:11:15 -05:00
Tim Nagel 40d3df9f92 Merge branch '2.1.x'
Conflicts:
	Finder/TransformedFinder.php
2013-11-19 08:29:02 +11:00
Karel Souffriau 97aadf4897 TransformedFinder::moreLikeThis: use \Elastica_Document instead of \Document 2013-11-15 17:51:26 +01:00
Tim Nagel 85c4dc92f9 Merge tag 'v2.1.3'
Conflicts:
	DependencyInjection/Configuration.php
	README.md
2013-10-30 09:06:48 +11:00
Richard Miller 79501dc319 Add moreLikeThis query to finder 2013-08-12 11:04:54 +01:00
Lukas Kahwe Smith aafb6e53fb made the bundle compatible with Elastica 0.20.x 2013-04-26 14:10:05 +02:00
Jeremy Mikola 440c36f537 Merge remote-tracking branch 'cevou/master' into pr/245
Conflicts:
	Command/PopulateCommand.php
	Command/SearchCommand.php
	DependencyInjection/Configuration.php
	Doctrine/AbstractElasticaToModelTransformer.php
	Doctrine/AbstractListener.php
	Doctrine/MongoDB/ElasticaToModelTransformer.php
	Doctrine/ORM/ElasticaToModelTransformer.php
	Doctrine/RepositoryManager.php
	Finder/TransformedFinder.php
	Paginator/PaginatorAdapterInterface.php
	Paginator/RawPaginatorAdapter.php
	Persister/ObjectPersister.php
	Propel/ElasticaToModelTransformer.php
	Subscriber/PaginateElasticaQuerySubscriber.php
	Tests/DataCollector/ElasticaDataCollectorTest.php
	Tests/Doctrine/AbstractProviderTest.php
	Tests/Doctrine/RepositoryManagerTest.php
	Tests/Manager/RepositoryManagerTest.php
	Tests/RepositoryTest.php
	Transformer/ElasticaToModelTransformerCollection.php
	composer.json
2013-03-27 14:58:34 -04:00
Jeremy Mikola 3fb9aaa56a Rename FOQ namespaces and services to FOS 2013-03-27 13:44:06 -04:00
cevou cbe6071969 Code cleanup
- updated deprecated calls
- cleaned up PHPDoc comments
2013-03-02 12:23:44 +01:00
Richard Miller 67a11a59ce Merge branch '2.0'
Conflicts:
	Finder/FinderInterface.php
	Repository.php
2012-08-07 19:42:38 +01:00
Richard Miller 3bc34c159c Added default value for limit in FinderInterface 2012-08-07 19:26:41 +01:00
Richard Miller 0505cb55f2 Merge branch '2.0'
Conflicts:
	Finder/RawFinder.php
2012-08-06 23:13:43 +01:00
Richard Miller 6de220c878 Removed RawFinder as per GH-133 2012-08-06 23:11:50 +01:00
Francisco Facioni 0ede5ffc67 fix for #138, query can be a string or a Elastica_Query 2012-07-27 15:06:00 -03:00
Richard Miller 3d2252a688 Changed finder interface hierarchy 2012-07-10 20:38:08 +01:00
Richard Miller 76f583324e Converted indentation to spaces 2012-07-10 20:32:45 +01:00
Francisco Facioni 59bf8a1efd More CS 2012-06-13 15:40:27 -03:00
Francisco Facioni 2bf7344fbb CS 2012-06-13 15:28:16 -03:00
Francisco Facioni 0d9e0f1172 Added knp paginator support
Bug fix: no
Feature addition: yes
Backwards compatibility break: no

Encapsulated Pagerfanta dependency for pagination and added support for knp pagination component
2012-05-24 11:35:19 -03:00
Tim Nagel 76f447ba7d Hybrid finder results 2012-02-24 09:50:46 +11:00
Richard Miller 2682399d7f Removed an unnecessary fetching of search results when paging 2011-11-01 17:34:04 +00:00
Jay Severson 7335647a2f removing unnecessary line from findPaginated 2011-08-04 15:43:33 -07:00
ornicar f92247cc6f Complete pagination changes 2011-07-05 12:11:32 -07:00
ornicar d10fff12d4 Replace dependency to Zend\Paginator to dependency to Pagerfanta (optional) 2011-07-05 10:43:01 -07:00
ornicar b6c4a582d3 Fix configuration and indentation 2011-06-10 16:03:17 -07:00
ornicar 83b177e4f2 Make TransformedFinder::find limit argument optional - fixes #8 2011-06-10 14:44:24 -07:00
ornicar 743b2c0e64 Move transformed finder and paginator out of the Doctrine\ namespace 2011-05-09 17:54:01 -07:00
ornicar ed1293bc86 Move the doctrine finder to Doctrine\Finder 2011-05-09 15:38:52 -07:00
ornicar e52f257918 Add RawFinder 2011-04-27 15:14:21 -07:00
ornicar 0db0490be5 Complete provider, finder, transformers and configuration refactoring 2011-04-27 00:59:04 -07:00
ornicar a70df4b950 Fix mapped finder 2011-04-20 14:34:02 -07:00
ornicar eba893495d Introduce builtin doctrine provider and finder 2011-04-20 13:53:59 -07:00