[15:05:18] RoanKattouw: where do i update the style version for vector's main css? [15:05:21] cannnnt remember [15:05:31] includes/DefaultSettings.php [15:05:33] $wgStyleVersion [15:05:54] bingo. thanks. [18:08:47] RoanKattouw: do we use lucene on any of the prototypes? [18:09:42] No [18:09:57] But Lucene is not your problem with the space-to-dot bug [18:10:58] lucene is the only way to get the special cases that cause the problems with match highlighting [18:11:13] to my understanding anywya [18:11:24] You can cheat by pointing the action=opensearch AJAX request to some other domain [18:11:26] Not sure how [18:11:31] Well [18:11:36] You could hack the suggestions code [18:11:52] To not go to wgScriptPath + '/api.php' , but to 'http://en.wikipedia.org/w/api.php' [19:12:17] RoanKattouw: good idea, but it doesn't seem to work [19:12:29] the response comes back as 200 but there's no data [19:13:25] Oh [19:13:32] Cross-domain restrictions [19:13:34] Forgot about that [19:14:09] You would have to build a proxy I guess, or just point it to a static HTML file [19:14:16] The latter would probably be easiest [19:14:29] Create a static file with those results and grab that instead of the API [19:17:04] ok....that would work well for testing locally. would it be an utter PIA to setup lucene on one of our prototypes? [19:19:41] Not sure [19:28:51] We should talk to rainman-sr [19:28:59] Who is not online right now [19:49:05] You're talking about search suggestions going completely insane with things like "Ph.D."? [20:03:14] Ashlee: yeah indirectly we were