[09:19:59] with something like [[foo]]bar bar is part of the link. is there a canonical way to not make it part of the link? i noticed i can do [[foo]]bar for example but wondering if there is a preferred way. [09:20:50] Soliton: AFAIK [[foo]]bar is the “canonical” way [09:21:12] ah, thanks. [09:21:32] it’s what VisualEditor does too: https://www.wikidata.org/w/index.php?title=User:Lucas_Werkmeister_(WMDE)/sandbox&diff=prev&oldid=2362486584 [13:48:08] Hello team, looks like David is on vacation, I came across a strange issue recently about CirrusSearch, hoping if someone can guide me on the troubleshooting. The issue is about the exact phrase match. Say I have a phrase in Chinese "无生法忍",when I try to do an exact phrase match search for "无生法忍" (with quotes) for [the first time [13:48:09] of the day], it works fine, returned 126 pages; then if I remove the quotes and search for 无生法忍 (without quotes), it returns 1053 results, which also makes sense because Cirrus search tokenize it into multiple words; however, now if I search for "无生法忍" again (with quotes) for exact phrase match, it still return 1053 results instead [13:48:09] of 126... and what is even strange is that, if I do the same thing again on next day, this happens again, i.e. works for the first search, then stopped working since after.. Any idea where could be the problem? I can look into the php code if needed :)