[Bug 27638] Add a link output format to inline queries
https://bugzilla.wikimedia.org/show_bug.cgi?id=27638 John Morton changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution||DUPLICATE --- Comment #6 from John Morton 2011-03-06 06:24:49 UTC --- Fixed by #27885 *** This bug has been marked as a duplicate of bug 27885 *** -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 27638] Add a link output format to inline queries
https://bugzilla.wikimedia.org/show_bug.cgi?id=27638 John Morton changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID | --- Comment #5 from John Morton 2011-03-05 07:54:40 UTC --- On further examination, I have to say it doesn't work. The code path that produces a link in the limit < 0 case doesn't preserve parameters, so you get vanilla broadtable results: http://semantic-mediawiki.org/wiki/User:Jwm/Minus_One_Limit_Bug Further more, several result formats in the Semantic Result Formats override the getResult method to print something even if there are no results, so they never produce a link. I think the solution to the problem might be to fix getResult to produce the correct link, and have a flag to produce output for the no results, not limit<0 case — but it's starting to look like the limit special case method is harder to maintain than an explicit link result format. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 27638] Add a link output format to inline queries
https://bugzilla.wikimedia.org/show_bug.cgi?id=27638 Jeroen De Dauw changed: What|Removed |Added Status|NEW |RESOLVED Resolution||INVALID --- Comment #4 from Jeroen De Dauw 2011-02-27 10:30:42 UTC --- (In reply to comment #3) > ... > Would I be right in assuming that setting searchlabel empty is a good way to > suppress the further results link if you don't want one? Yes -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 27638] Add a link output format to inline queries
https://bugzilla.wikimedia.org/show_bug.cgi?id=27638 --- Comment #3 from John Morton 2011-02-27 10:20:45 UTC --- Yes, that does pretty much what I want, so maybe this is just a documentation bug after all :-) Minor difference: the search page will use it's default limit, as you can't supply one if you're setting limit=-1. I'll look at making some edits to the wiki docs to make it more obvious how to achieve this result. Would I be right in assuming that setting searchlabel empty is a good way to suppress the further results link if you don't want one? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 27638] Add a link output format to inline queries
https://bugzilla.wikimedia.org/show_bug.cgi?id=27638 --- Comment #2 from John Morton 2011-02-22 20:18:42 UTC --- Ah, didn't know about that functionality. I'll test it out. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
[Bug 27638] Add a link output format to inline queries
https://bugzilla.wikimedia.org/show_bug.cgi?id=27638 --- Comment #1 from Markus Krötzsch 2011-02-22 20:10:52 UTC --- Hi -- hope you are doing well down there, and that software is the only thing that needs patching in your immediate vicinity! I wonder how the function you propose is different from running #ask with limit=-1. This should exactly do what you suggest: produce a further result link without even running the query, and passing all parameters on as other further results would do. Note that limit=0 runs the query and displays only if there is some result at all. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ Wikibugs-l mailing list Wikibugs-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikibugs-l