apache-solr-for-typo3/solrfluidgrouping

Apache Solr for TYPO3

Package info

github.com/TYPO3-Solr/ext-solrfluidgrouping

Homepage

Issues

Forum

Type:typo3-cms-extension

pkg:composer/apache-solr-for-typo3/solrfluidgrouping

Fund package maintenance!

www.typo3-solr.com

Statistics

Installs: 79 953

Dependents: 0

Suggesters: 0

Stars: 2

11.0.1 2024-02-26 11:45 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-2.0+ d0be58df8dc3d329c15b500423edf1b365fb897c

solrsearchtypo3TYPO3 CMS


README

👁 Build Status

About

This addon provides grouping for the fluid templating in EXT:solr.

Caution: solrfluidgrouping is part of solr 12+, so there will be no release for TYPO3 12.

How to run the UnitTests

First you need to set some environment variables and boostrap the system with the bootstrap script (you only need to do this once), the bootstrapper will ask you for some variables (TYPO3 version, EXT:solr version, db host, db user and db passwort) that are needed for the integration tests:

chmod u+x ./Build/Test/*.sh
source ./Build/Test/bootstrap.sh --local

Now you can run the complete test suite:

./Build/Test/cibuild.sh