Property:Ticket title
Jump to navigation
Jump to search
| Property | |
|---|---|
| name | title |
| label | title |
| type | Special:Types/Text→Special:Types/Text |
| scope | |
| index | 2 |
| sortPos | |
| primaryKey | false |
| mandatory | false |
| namespace | |
| size | 100 |
| uploadable | false |
| defaultValue | |
| inputType | |
| allowedValues | |
| documentation | the ticket title |
| values_from | |
| externalFormatterURI | |
| showInGrid | true |
| isLink | false |
| nullable | |
| topic | Concept:Ticket→Ticket |
Text This is a Property with type Special:Types/Text
Q
SparqlExpressions! And a properParser! (both at least partially, but with a general, extendable framework) +
Some isolated files from the Expression PR for easier review +
Also handle MIN and MAX aggregates correctly for values from the knowledge base. +
Travis: Install and use GCC 5 +
Binary vocabulary serialization +
Added getopt based cmd line parsing to the e2e.sh script. +
Don't crash on empty index. Fixes #262 +
Fix use of ResultTable::isFinished() fixes build +
Added splitting at multiple whitespace characters +
Integrated a type trait to figure out, if a Type is an instantiation of a specified template +
Update nlohmann/json to 3.6.1 and improve JSON encoding of RuntimeInformation +
Add time and potentially memory constraints to queries +
qlever -wi fails +
Query failure - may be GROUP_CONCAT not supported? +
Update to current STXXL version +
Grouping by a COUNT() not supported +
Refactored some shared_ptrs to unique_ptrs in the IndexBuilder +
Order by aggregate +
Support strends in filters +
Correctly handle Escapes in the Turtle input. +