[03:03:39] Hola [14:46:38] hello hello [14:47:21] I have a question about wikidata api queries to query for json tables from my local docker instance of mediawiki [14:47:51] $wgJsonConfigEnableLuaSupport = true; [14:47:51] $wgJsonConfigModels['Tabular.JsonConfig'] = 'JsonConfig\JCTabularContent'; [14:47:52] $wgJsonConfigs['Tabular.JsonConfig'] = [ [14:47:52]         'namespace' => 486, [14:47:53]         'nsName' => 'Data', [14:47:53]         // page name must end in ".tab", and contain at least one symbol [14:47:54]         'pattern' => '/.\.tab$/', [14:47:54]         'license' => 'CC0-1.0', [14:47:55]         'isLocal' => true, [14:47:55] ]; [14:48:25] This is my configuration i have for my "jsonconfig" extension [14:49:12] but when i query for tabular data using the following that comes after the domain, i receive no results [14:49:20] " w/api.php?action=query&list=search&srsearch=tab contentmodel:Tabular.JCTabularContent &srnamespace=486&srlimit=10&format=json " [14:49:48] The results i receive is the following [14:49:51] " {"batchcomplete":"","query":{"searchinfo":{"totalhits":0},"search":[]}} " [14:50:01] can someone help me figure this out ? [14:51:45] i receive the same for using " contentmodel:Tabular.JsonConfig " [14:52:20] But this kind of query works fine when used to query for jsontables on commons wikimedia [14:53:22] All other kinds of json queries seem to work except for jsontables on my local docker instance of wikidata