Justus Moroni
a15b78ff45
FEATURE: Provide new feature to configure the index
...
This enables you to configure the index which elastic
will use.
Related: #75
2018-05-17 23:42:13 +02:00
a3a46f5cb5
FEATURE: Provide command to delete whole index
...
This is necessary, e.g. for complete re-indexing.
2017-11-10 13:22:15 +01:00
67a43e64a5
BUGFIX: Fix typos in method name and php doc
2017-10-14 15:28:50 +02:00
b31f315ec4
BUGFIX: Allow iteration / pagination of result items
...
Implement necessary logic based on mapped result items, not elastica
result items.
2017-09-06 22:45:17 +02:00
bd8ed737e2
Merge remote-tracking branch 'origin/develop' into feature/add-pagination
...
Conflicts:
Classes/Domain/Search/QueryFactory.php
2017-08-15 08:29:48 +02:00
f7e1bd1cdf
FEATURE: Implement necessary logic to support PaginateViewHelper
2017-08-08 17:19:50 +02:00
ac78464c03
TASK: Provide more helpful logging
2017-08-04 13:39:48 +02:00
3771e6f8f9
Merge branch 'develop' into feature/configure-result-size
2017-07-27 14:41:30 +02:00
441ac7dd84
Merge pull request #59 from Codappix/feature/add-facet-keys
...
TASK: Add keys for better access to Facets
2017-07-27 14:28:37 +02:00
c1cc16efa5
BUGFIX: Fix nun working options due to miss match of ts and es
...
As TypoScript does not provide a way to configure key less options, we
use a comma separated list and explode them to stay compatible with
elasticsearch.
2017-07-25 15:00:25 +02:00
6462052c9b
FEATURE: Add ngram
...
Provide configuration for index.
Provide minimum_should_match configuration.
2017-07-25 09:52:17 +02:00
1030e8d5cf
FEATURE: Make number of search results to fetch configurable
2017-07-18 10:44:39 +02:00
eafed7fb11
TASK: Add keys for better access to Facets
2017-07-18 09:27:46 +02:00
c58e13cdf6
TASK: Rename vendor
...
As we move it from private repo to codappix.
2017-07-06 23:48:47 +02:00
38f9087111
TASK: Finish interface
...
To stay compatible with implementation.
2017-07-06 14:13:39 +02:00
c6a199a7a4
BUGFIX: Fix broken functional test
2017-07-06 14:13:26 +02:00
975381cc4a
TASK: Integrate working code
...
Copied code from customer installation with working implementation.
2017-07-06 12:03:52 +02:00
1a41c5e237
FEATURE: Add filter to search
...
* Allow to filter results by field values.
2017-06-06 13:53:08 +02:00
3a2523e1d2
WIP|FEATURE: First basic implementation of filter
...
* Working version without further architecture.
* Manually tested.
* Still need to move to new architecture and cover with tests.
2017-06-06 12:32:27 +02:00
8448618f60
FIX: Catch deletion of non existing documents
...
* Catch exception raised during deletion of documents that are not
already indexed.
* Log failed deletion tries.
* Add new necessary Exceptions.
2017-01-26 11:01:00 +01:00
c59ca504ca
Hotfix: Add missing typehint
2017-01-12 13:24:58 +01:00
5989b65ae0
FEATURE: Split configuration to support the concepts
...
* Add a further level in configurations to support multiple connections
and indexer.
Relates: #31
2016-12-20 10:04:44 +01:00
1486799a02
CLEANUP: Code Style Issues
2016-12-15 11:41:45 +01:00
98affa8f69
TASK: Resolve first review results
...
* Also remove coverage output on stdout, as it won't help anyone.
2016-12-15 09:17:58 +01:00
Ferdinand Kuhl
1c1295cacb
TASK: Just some very early notes, without claiming of completeness
2016-12-14 19:34:35 +01:00
2ede3ea3a0
BUGFIX: Reorder arguments
...
* As optional arguments should not come before required.
2016-12-13 12:46:03 +01:00
162d383a9d
FEATURE: Allow to configure additional where statement for indexing
...
* Provide TypoScript option to extend where clause to skip further
records, e.g. tt_content by CType.
2016-12-13 12:33:54 +01:00
1692a02c55
CLENAUP: Remove some scrutinizer ci issues
2016-12-12 18:02:52 +01:00
62ce197406
FEATURE: Added tests for hook and implemented logic ( #8 )
...
* FEATURE: Added tests for hook and implemented logic
* To enable updating search index on modifications through TYPO3 API.
* BUGFIX: Fix path for unit test coverage report
* To fix failing delivery to scrutinizer.
2016-12-12 13:33:07 +01:00
e75f24092e
Feature/improve scrutinizer ( #3 )
...
* TASK: Fix scrutinizer issues
* TASK: Add library dependency
* FIX: Adjust php and TYPO3 requirements
* TASK: Adjust test
2016-12-09 14:07:38 +01:00
b079dd8125
TASK: Migrate existing code ( #2 )
2016-12-09 13:19:35 +01:00