Commit graph

215 commits

Author SHA1 Message Date
50a3b92b42 Merge branch 'hotfix/fix-db-tests-on-travis' into feature/small-improvements 2017-08-08 10:30:38 +02:00
d5fb404b31 Merge branch 'hotfix/fix-db-tests-on-travis' into feature/move-to-constants 2017-08-08 10:30:25 +02:00
0b8ec55c02
Merge branch 'hotfix/fix-db-tests-on-travis' into feature/cms-8-support 2017-08-08 10:26:19 +02:00
f3f554f0a6
TASK: Only test working TYPO3 Version
As we have support branches for 6.2 and feature branch for 8 support, we
only test 7 for this branch as only 7 is supported.
2017-08-08 10:23:36 +02:00
4c3cca9855
BUGFIX: Do not use PHP 5.6 any longer for TYPO3 7.6.x
As TYPO3 7.6.x introduced a breaking change which no longer works with
PHP 5.6, we need to remove the support.
2017-08-08 10:13:24 +02:00
9e64252a6a
BUGFIX: Grant necessary mysql permission to run ft
In order to run functional tests, we need to grand necessary permissions
on travis.
2017-08-08 10:08:38 +02:00
baca4824d5
BUGFIX: Do not test php 5.6
As TYPO3 7.6.x introduced breaking change to not support PHP 5.6 any
longer.
2017-08-08 09:47:12 +02:00
6595d7129a
TASK: Move additionalWhereClause to constants
To keep things the same, move additionalWhereClause of tt_content also
to constants.
2017-08-07 18:04:07 +02:00
0fa05270d5
Merge branch 'feature/small-improvements' into feature/cms-8-support 2017-08-04 13:40:53 +02:00
ac78464c03
TASK: Provide more helpful logging 2017-08-04 13:39:48 +02:00
56ce88b005
TASK: Resolve relations always to array
Do not resolve to empty string but array to allow same handling for all
relations.
2017-08-04 13:39:18 +02:00
96cfa46056
Merge remote-tracking branch 'origin/develop' into feature/cms-8-support 2017-08-04 13:01:33 +02:00
646285b8b5 Merge pull request #74 from Codappix/feature/switch-from-ttcontent-to-pages
Feature: Switch from tt_content to pages
2017-08-01 17:16:42 +02:00
31937d2d6f
BUGFIX: Fix broken test 2017-07-28 11:58:24 +02:00
d59173ec9a Merge remote-tracking branch 'origin/develop' into feature/cms-8-support 2017-07-28 11:45:09 +02:00
da7692b502
TASK: Adjust code accordingly to pr 2017-07-27 16:31:37 +02:00
36777c700b
Merge remote-tracking branch 'origin/develop' into feature/switch-from-ttcontent-to-pages 2017-07-27 16:26:24 +02:00
3973d981d4 Merge pull request #71 from Codappix/feature/boosting
FEATURE: Add possibility to boost certain fields
2017-07-27 16:05:03 +02:00
957fcd19ae Merge pull request #62 from Codappix/feature/configure-result-size
FEATURE: Make number of search results to fetch configurable
2017-07-27 16:04:25 +02:00
0f4186048c
Merge branch 'develop' into feature/boosting 2017-07-27 14:48:43 +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
324137711e Merge pull request #65 from Codappix/feature/allow-exchange-of-limit
TASK: Allow sub indexer to exchange limit
2017-07-27 14:28:04 +02:00
a936bd98db Merge pull request #68 from Codappix/feature/support-ngram
FEATURE: Add ngram
2017-07-27 14:27:24 +02:00
f436a02f55
FEATURE: Add field_value_factor support through configuration 2017-07-27 14:20:37 +02:00
334bb34625
TASK: Cleanup code
Use get and use an try catch. Receiving null through ifExists will
result in an php error.
2017-07-27 13:00:51 +02:00
f138cd9034
FEATURE: Add possibility to boost certain fields
Allow configuration via TS to boost certain fields during searching.
2017-07-25 15:38:40 +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
7722c37ea5
TASK: Check multiple fields for pages to be used as title 2017-07-20 14:22:52 +02:00
e8a84a8ecc
TASK: Remove temp variable 2017-07-20 13:48:27 +02:00
b832a6e6b3
TASK: Allow sub indexer to exchange limit
As long as it's not configurable, allow concrete implementations to
exchange. Necessary for one customer at the moment.
2017-07-20 09:48:44 +02:00
a737501dac
TASK: Update existing tests to work with new pages setup 2017-07-18 15:12:24 +02:00
e2c1846d6b
BUGFIX: Allow parent implementation to access content entry
E.g. it's possible to configure search_abstract to contain the value of
any record entry. Still content was not possible as it was set
afterwards.
2017-07-18 14:19:32 +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
299ec3af5e
TASK: Add tests covering new pages indexing
Including content and search abstract.
2017-07-13 14:54:37 +02:00
d36d8e8594
TASK: Add documentation and config for new feature 2017-07-13 13:58:16 +02:00
b6ab05bac7
FEATURE: Switch from ttcontent to pages
Also provide search_abstract as new auto added field which is
configurable.
2017-07-13 12:51:36 +02:00
9fff750e85 BUGFIX: Fix TypoScript warning
Constants can't use multi line strings.
2017-07-07 16:55:09 +02:00
2cd5debf97
BUGFIX: Fix broken getRecord method
Also add test covering method.
2017-07-07 16:44:57 +02:00
a8fdb8a44d
TASK: Update dependencies for CMS 8 2017-07-07 16:24:56 +02:00
d61a86f8fe
TASK: Finish TYPO3 CMS 8 update 2017-07-07 16:16:49 +02:00
cf902dde83
TASK: Make extension more compatible
Migrate sql to doctrine.
Migrate relation resolver to use new API.
2017-07-07 14:44:32 +02:00
fc3c12fa96
BUGFIX: Allow tests to run without database connection
Ad TYPO3 Core now makes use of Doctrine, a connection is required to
build system where. Therefore we move it to an own method to exchange
the execution inside of tests.
2017-07-07 12:19:35 +02:00
705e3be85a
TASK: Migrate dev dependencies
As testing framework is used, we can prefer dist again to speed up
composer installation.
2017-07-07 12:19:25 +02:00
3d90bad58d
Merge remote-tracking branch 'origin/develop' into feature/cms-8-support 2017-07-07 11:58:15 +02:00
c58e13cdf6
TASK: Rename vendor
As we move it from private repo to codappix.
2017-07-06 23:48:47 +02:00
dfde4b8f6b
TASK: Update docs
Document new configuration options and adjust configuration where
necessary.
2017-07-06 16:17:30 +02:00
3e2e889e27
TASK: Add tests for new facets
Add functional test to test facet configuration including:
    - Mapping (indexing)
    - Searching (retrieving of facets)
    - Filter (already existed, now based on facet case sensitive)
2017-07-06 15:51:29 +02:00