ProfessionalWiki / WikibaseFacetedSearch

Enhanced searching interface with drilldown for Wikibase
GNU General Public License v2.0
0 stars 0 forks source link

Find how to execute Elastic queries within MediaWiki PHP #5

Open malberts opened 4 days ago

malberts commented 4 days ago

Additional ElasticSearch queries needs to be done to get the facet values and counts for the current search result.

Determine how this can be done via:

JeroenDeDauw commented 2 days ago

WikibaseCirrusSearch is using some query DSL provided by ruflin/elastica. We might need to be able to run complex queries. See the "script" in https://github.com/ProfessionalWiki/WikibaseFacetedSearch/issues/23#issuecomment-2508655267. Perhaps this creates complications or restricts what part of the DSL we use.