Difference between revisions of "Workdocumentation 2021-03-22"
Line 5: | Line 5: | ||
| ?Start_date = start_date | | ?Start_date = start_date | ||
| limit=20 | | limit=20 | ||
− | |format= | + | |format=datatables |
}} | }} | ||
= Task = | = Task = |
Revision as of 14:08, 31 March 2021
Loading...
Task
Please modify the query above as follows:
- The limit is increased to the maximum value that is possible according to the current configuration of OpenResearch.
- The datatables format is used to enable the data in the table to be searched.
- Add an additional frequently used field/column to be selected from the properties listed on the PropertyUsageSorted page, e.g., Ordinal.
- The UrlGetParameter extension is used so that a query parameter can be attached to the page URL, e.g., the ordinal value "1" is specified as an URL query parameter, such that the wiki pages shows a table only with entries for conferences that were the first in their series.
- Issue #16 is avoided.
Explain how https://github.com/wikimedia/mediawiki-extensions-UrlGetParameters/blob/master/UrlGetParameters.php is part of your solution and what improvements to that extension you could imagine. If you can't solve all parts of the problem, explain why.