2499
From Semantic MediaWiki - Sandbox
Notes on this page are made in regards to configuration setting $GLOBALS['smwgFieldTypeFeatures'] = SMW_FIELDT_CHAR_NOCASE | SMW_FIELDT_CHAR_LONG;1
Page
| Query | Result | Comments |
|---|---|---|
{{#ask:
[[Category:2499]]
[[Page::some title with a value]]
|?Page
|format=ul
}}
|
| |
{{#ask:
[[Category:2499]]
[[Page::~some title with a value]]
|?Page
|format=ul
}}
|
|
|
{{#ask:
[[Category:2499]]
[[Page::like:some title with a value]]
|?Page
|format=ul
}}
|
|
|
Text
| Query | Result | Comments |
|---|---|---|
{{#ask:
[[Category:2499]]
[[Text::some title with a value]]
|?Text
|format=ul
}}
|
| |
{{#ask:
[[Category:2499]]
[[Text::~some title with a value]]
|?Text
|format=ul
}}
|
|
|
{{#ask:
[[Category:2499]]
[[Text::like:some title with a value]]
|?Text
|format=ul
}}
|
|
|
URL
In case of the SMWElasticStore, the $smwgElasticsearchConfig['query']['uri.field.case.insensitive'] = true; configuration setting is required to make the listed function to use a case insensitive context.
| Query | Result | Comments |
|---|---|---|
{{#ask:
[[Category:2499]]
[[URL::http://example.org/some title with a value]]
|?URL
|format=ul
}}
|
|
|
{{#ask:
[[Category:2499]]
[[URL::~http://example.org/some title with a value]]
|?URL
|format=ul
}}
|
|
|
{{#ask:
[[Category:2499]]
[[URL::like:http://example.org/some title with a value]]
|?URL
|format=ul
}}
|
|
|