[00:22:41] Hello, how I can make search case insensitive with Wikibase? [00:23:15] I mean if I search for wikipedia and Wikipedia, to show item Wikipedia in search, no matter is first word upper or lower case. [00:24:30] Version of MediaWiki in use is 1.39.2, CirrusSearch + Elastica are enabled with WMF extra plugin. [00:24:54] Also, I have WikibaseCirrusSearch extension installed, but I don't think that it is actually doing something by default. ;) [00:25:39] Everything is working fine on Wikidata.org. [00:35:34] I tried with looking in operations/mediawiki-config, but I didn't find anything related to it. [06:52:35] Earlier I was asking about the translatable template refusing to render inside this template using TNTN: https://wiki.documentfoundation.org/Template:Documentation/Calc_Functions/COUP_Functions_Arguments [06:53:08] Now I replicated everything in my local Docker and instead of blank, it renders: {{ {{#if:|{{{template}}}|Documentation/Calc_Functions/FinancialFunction_Basis}} }} [06:57:41] Maybe due to some debug setting? As I also see deprecation warnings like Deprecated: Use of Language::isValidCode was deprecated in MediaWiki 1.34. [Called from MediaWiki\Extension\Scribunto\Engines\LuaCommon\LanguageLibrary::isValidCode [07:01:55] whoops I forgot to mark the templates for translation first [07:02:40] ah, no it was only Documentation/Calc Functions/COUP Functions Arguments that I forgot [07:13:22] The deprecation notice is https://phabricator.wikimedia.org/T325974 , you can maybe consider requesting a backport to 1.39 [07:14:13] it's fine, I'm just desperate about solving that main issue [07:14:20] In general, good luck messing with TNT templates [07:15:22] As far as I understand, I have to use them in order to avoid using in a nasty way in template translations [07:15:35] at least that was my experience [08:25:35] ah, I am missing Lua in my docker [08:31:00] no, it was just the /Engines/ part of the path being lowercase in the extension page, why do people keep changing it back?? https://www.mediawiki.org/w/index.php?title=Extension:Scribunto&action=history [08:31:03] I corrected it once [08:31:15] is there a version of the extension with lowercase Engines?? [08:40:16] Scribunto itself is working fine [09:01:32] it's strange that even Translatable_template is not working in my docker, but works in TDF wiki [09:11:46] I added a topic https://www.mediawiki.org/wiki/Module_talk:Template_translation [13:03:33] Amir1: <3 $lbFactory->getPrimaryDatabase() . The craziness of lbFactory relative to wfGetDB() was one of my least favourite things with the whole dependency injection thing [13:09:28] ^_^ let me know if I can help on anything