diqa / faceted-search-2
Enhanced retrieval provides a faceted search for Mediawiki and SMW. It requires a SOLR server as backend.
Package info
github.com/kkthek/faceted-search-2
Language:TypeScript
Type:mediawiki-extension
pkg:composer/diqa/faceted-search-2
dev-main
2026-02-27 09:18 UTC
Requires
- php: >=7.4.0
- composer/installers: 1.*,>=1.0.1|2.*
- nesbot/carbon: ^2.72
- netresearch/jsonmapper: >=v4.4.1
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2026-02-27 09:19:03 UTC
README
Next generation of EnhancedRetrieval
Create VM
- Install Virtualbox -
https://www.virtualbox.org/ - Install Vagrant -
https://www.vagrantup.com/
Open cmd and change to folder "vm-ubuntu" and run:
vagrant up
Enter VM by running:
vagrant ssh
and go to /var/www/html/mediawiki/vm-ubuntu and run:
./solr-installPowerSearch.sh
./solr-installCore.sh
Build Frontend
Install NPM - https://nodejs.org/en/download
Open CMD console and change to folder "fs-react"
npm install(initially or after dependency update)npm start(to run the webserver for local development)npm run dev-build(DEV build)npm run build(PROD build)npm test(to run all unit tests)npm run it-test(to run all integration-tests)
Backend
To run backend tests, login via SSH to VM and run:
/var/www/html/mediawiki/runTests.sh
To import test data for frontend:
php /var/www/html/mediawiki/test/importTestdataForFrontend.php