search_core/Tests/Unit
Daniel Siepmann 769fb8237b
TASK: Add data processing to search result
Search results are now processed through data processing by search
service. The result will be a SearchResult model from our domain. Also
SearchResult will execute new queries, e.g. from paginate widget,
through SearchService to apply data processing again.

Remove duplicate stub code to trait, to keep own logic and code clean.
2018-03-06 09:04:47 +01:00
..
Command FEATURE: Provide command to delete whole index 2017-11-10 13:22:15 +01:00
Configuration TASK: Move configuration logic into own class 2017-10-29 13:44:17 +01:00
Connection/Elasticsearch BUGFIX: Fix nun working options due to miss match of ts and es 2017-07-25 15:00:25 +02:00
Controller BUGFIX: Keep existing arguments in filter mode 2017-09-15 23:47:34 +02:00
DataProcessing TASK: Refactor data processing 2018-03-01 08:03:51 +01:00
Domain TASK: Add data processing to search result 2018-03-06 09:04:47 +01:00
Integration/Form/Finisher BUGFIX: Allow indexing of new records with their relations 2018-02-22 22:14:44 +01:00
AbstractUnitTestCase.php FEATURE: Provide form finisher for integration into form extension 2017-11-10 12:31:06 +01:00
UnitTests.xml TASK: Migrate dev dependencies 2017-07-07 12:19:25 +02:00