[01:45:57] hey Yaron are you here? [01:46:01] sorry about earlier [02:56:07] [SemanticMediaWiki] JeroenDeDauw pushed 1 new commit to master: https://git.io/vgOot [02:56:07] SemanticMediaWiki/master 3124b3c Translation updater bot: Localisation updates from https://translatewiki.net.... [03:40:33] (PS1) Yaron Koren: Fixed handling of search (LIKE) strings containing '&' [extensions/SemanticDrilldown] - https://gerrit.wikimedia.org/r/268349 [03:42:08] (CR) Yaron Koren: [C: 2 V: 1] Fixed handling of search (LIKE) strings containing '&' [extensions/SemanticDrilldown] - https://gerrit.wikimedia.org/r/268349 (owner: Yaron Koren) [07:13:50] Hi guys [07:19:16] I want to run a mediawiki query of the form {{#ask: [[Category:Books]] {{#if: {{{Name|}}} | [[Name::~*{{{Name}}}*]] OR [[Author::~*{{{Name}}}*]] OR [[Genre:{{{Name}}}]] | }} {{#if {{{Year|}}} | [[Year::{{{Year}}}]] | }} | ?Name | ?Author | format=table}} [07:19:16] where Name and Year are two fields provided in the search options.the problem is that mediawiki treats this particular query as : [[Category:Books]] [07:19:49] [[name: bla bla]] OR [[Author:bla bla]] OR [[Genre:bla bla]] [[Year::2000]] [07:20:54] hence it provides the results by assuming that Category and name are one part, author is one separate condition and genre and year the third condition [07:21:04] what i want is: [07:21:58] [[Category:Books]] AND ( [[name: bla bla]] OR [[Author:bla bla]] OR [[Genre:bla bla]] ) AND [[Year::2000]] [07:22:08] can anyone help me????? [07:22:36] Hi guys, [07:24:08] can anyone help me????? [13:16:15] JeroenDeDauw: hi [13:16:34] JeroenDeDauw: i got a programmer who will bring AJAX functionallity to the Semantic Maps [13:16:54] will this be useful for you? [13:18:12] problem is that Semantic Map just will display the markers of the query. If there are too many, the all will be in the HTML source of the site, etc. With AJAX you should be able to use the map in a more dynamical way [19:50:03] Hey FoxT you around? [22:22:05] (PS2) Foxtrott: Remove direct insertions of JS into the page HTML [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/268244 [22:31:26] (CR) Paladox: "recheck" [extensions/SemanticForms] - https://gerrit.wikimedia.org/r/268244 (owner: Foxtrott)