Topic on Extension talk:CirrusSearch

Error valid SPARQL endpoint to use deep category search

4
Mikael44115 (talkcontribs)

Hello,

I can’t get CirrusSearch to work. When I run a search, I get this message:

A warning has occurred while searching: $wgCirrusSearchCategoryEndpoint should be set to a valid SPARQL endpoint to use deep category search.


My configuration is :

Product Version
MediaWiki 1.32.0
PHP 7.2.14 (apache2handler)
MySQL 5.7.24
ICU 63.1
Elasticsearch 5.6.16
Extension Version License Description Authors
AdvancedSearch 0.1.0 (9bbb17d) 22:15, 15 October 2018 GPL-2.0-or-later Easy access to advanced search capabilities on Special:Search Thiemo Kreuz, Gabriel Birke, Tonina Zhelyazkova and Christoph Jauera
CirrusSearch 0.2 (b1fa4bd) 13:47, 20 February 2019 GPL-2.0-or-later Elasticsearch-powered search for MediaWiki Nik Everett, Chad Horohoe, Erik Bernhardson and others
Elastica 1.3.0.0 (9fcf88c) 09:09, 11 October 2018 GPL-2.0-or-later Base Elasticsearch functionality for other extensions by providing Elastica library Nik Everett and Chad Horohoe

Thank you for helping me.


Mikael

MadX (talkcontribs)

Was anyone able to get this working? I am encountering the same issue.

Revansx (talkcontribs)

I'm getting it too

Schlagmichdoch (talkcontribs)

When this error only occurs when trying to specify categories in which the pages should be, as it was the case with me, the following should help:

Disable "deepcat:" functionality in LocalSettings.php as it requires a seperate SPARQL Service.

As specified here, to do that simply add the following line to your LocalSettings.php:

$wgAdvancedSearchDeepcatEnabled = false; // disable deepcat: in favor of incategory:

Reply to "Error valid SPARQL endpoint to use deep category search"