{"id":22662858,"url":"https://github.com/professionalwiki/wikibasefacetedsearch","last_synced_at":"2025-06-12T20:35:30.732Z","repository":{"id":264961787,"uuid":"894163056","full_name":"ProfessionalWiki/WikibaseFacetedSearch","owner":"ProfessionalWiki","description":"Enhanced searching interface with drilldown for Wikibase","archived":false,"fork":false,"pushed_at":"2025-06-10T12:01:24.000Z","size":470,"stargazers_count":2,"open_issues_count":19,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-10T12:44:07.000Z","etag":null,"topics":["elasticsearch","faceted-search","mediawiki","mediawiki-extension","wikibase","wikibase-extension"],"latest_commit_sha":null,"homepage":"https://professional.wiki/en/extension/wikibase-faceted-search","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProfessionalWiki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-11-25T21:37:39.000Z","updated_at":"2025-06-10T12:01:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"eddc599a-3442-4f7e-bf4f-963bf1e1a289","html_url":"https://github.com/ProfessionalWiki/WikibaseFacetedSearch","commit_stats":null,"previous_names":["professionalwiki/wikibasefacetedsearch"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ProfessionalWiki/WikibaseFacetedSearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2FWikibaseFacetedSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2FWikibaseFacetedSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2FWikibaseFacetedSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2FWikibaseFacetedSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProfessionalWiki","download_url":"https://codeload.github.com/ProfessionalWiki/WikibaseFacetedSearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessionalWiki%2FWikibaseFacetedSearch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259522493,"owners_count":22870478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elasticsearch","faceted-search","mediawiki","mediawiki-extension","wikibase","wikibase-extension"],"created_at":"2024-12-09T12:16:06.990Z","updated_at":"2025-06-12T20:35:30.714Z","avatar_url":"https://github.com/ProfessionalWiki.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wikibase Faceted Search\n\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ProfessionalWiki/WikibaseFacetedSearch/ci.yml?branch=master)](https://github.com/ProfessionalWiki/WikibaseFacetedSearch/actions?query=workflow%3ACI)\n[![codecov](https://codecov.io/gh/ProfessionalWiki/WikibaseFacetedSearch/branch/master/graph/badge.svg)](https://codecov.io/gh/ProfessionalWiki/WikibaseFacetedSearch)\n[![Latest Stable Version](https://poser.pugx.org/professional-wiki/wikibase-faceted-search/v/stable)](https://packagist.org/packages/professional-wiki/wikibase-faceted-search)\n[![Download count](https://poser.pugx.org/professional-wiki/wikibase-faceted-search/downloads)](https://packagist.org/packages/professional-wiki/wikibase-faceted-search)\n[![License](https://poser.pugx.org/professional-wiki/wikibase-faceted-search/license)](LICENSE)\n\nWikibase Faceted Search enhances MediaWiki's search with faceted search capabilities. Filter results based on instance type or statement values.\n\n- [Introduction to the extension](https://professional.wiki/en/extension/wikibase-faceted-search#Overview)\n- [Usage documentation](https://professional.wiki/en/extension/wikibase-faceted-search#Usage)\n- [Installation](https://professional.wiki/en/extension/wikibase-faceted-search#Installation)\n- [Configuration](https://professional.wiki/en/extension/wikibase-faceted-search#Configuration)\n- [Development](#development)\n- [Release notes](#release-notes)\n\nGet professional support for this extension via [Professional Wiki], its creators and maintainers.\nWe provide [MediaWiki Development], [MediaWiki Hosting], and [MediaWiki Consulting] services.\n\n## Demo\n\nQuickly get an idea about what this extension does by checking out the [demo video](https://www.youtube.com/watch?v=CxKWpTQBrqk)\nor [MaRDI Portal search](https://portal.mardi4nfdi.de/wiki/Special:Search).\n\n## Development\n\nRun `composer install` in `extensions/WikibaseFacetedSearch/` to make the code quality tools available.\n\n### Running Tests and CI Checks\n\nYou can use the `Makefile` by running make commands in the `WikibaseFacetedSearch` directory.\n\nCommands to run in a MediaWiki environment/container:\n\n* `make` or `make ci`: Run everything\n* `make test`: Run all PHP tests\n* `make phpunit --filter FooBar`: run only PHPUnit tests with FooBar in their name\n* `make cs`: Run PHP style checks and static analysis\n* `make phpcs`: Run PHP style checks\n* `make stan`: Run PHP static analysis\n* `make stan-baseline`: Update the PHPStan baseline file (which contains errors we wish to ignore)\n\nCommands that use Docker:\n\n* `make jest` Run JS tests\n* `make lint` Lint JS, CSS, and i18n files\n* `make js` Run all JS checks\n\n## Release Notes\n\n### Version 1.0.0 - 2025-06-10\n\n* Added tab and sidebar-based facet UI to `Special:Search`\n* Added range facets for numerical and date values\n* Added list facets with available values listed by occurrence counts\n* Added special support for values of type Wikibase Item to list facets\n* Added support for \"any of\", \"all of\", \"no value\", \"any value\" to list facets\n* Added a mobile version of the facet UI\n* Added comprehensive Elasticsearch indexing of Wikibase values\n* Added support for attaching indexed Wikibase values to a normal wiki page for combined full-text and structured queries\n* Added on-wiki configuration UI at `MediaWiki:WikibaseFacetedSearch`\n* Compatibility with MediaWiki 1.43 up to (at least) 1.44\n* Compatibility with PHP 8.1 up to (at least) 8.4\n\n[Professional Wiki]: https://professional.wiki\n[MediaWiki Hosting]: https://pro.wiki\n[MediaWiki Development]: https://professional.wiki/en/mediawiki-development\n[MediaWiki Consulting]: https://professional.wiki/en/mediawiki-consulting-services\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofessionalwiki%2Fwikibasefacetedsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprofessionalwiki%2Fwikibasefacetedsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofessionalwiki%2Fwikibasefacetedsearch/lists"}