https://bugzilla.wikimedia.org/show_bug.cgi?id=70873
--- Comment #1 from Nik Everett <[email protected]> --- Its not right but not unexpected. insource:"" segments words in the same way that we segment regular text. I can't think of a workaround for you at this point either - the insource:// is going to be slow unless you have another filter like insource:"" but insource:"" is too much for you. Thinking out loud for a solution: I wonder if its safe to trick the language analyzer by pretending that ".", ":", "/" are " ". That'll cause splits where we want them I think. I'm not sure if that is right for all text in all languages but, maybe? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
