Reconciliation API modules: recon-suggest-property
Parameters
source
smw
(Semantic MediaWiki) and mw
(MediaWiki).profile
Not yet implemented.
substr
offset
limit
Development
Examples
api.php?action=recon-suggest-property&format=json&source=smw&substr=...
From CODECS:
- https://codecs.vanhamel.nl/api.php?action=recon-suggest-property&substr=Has
- https://codecs.vanhamel.nl/api.php?action=recon-suggest-property&substr=Refers
{{#recon-sitesearch: |apiurl=https://codecs.vanhamel.nl/api.php |apiurlparams=action=recon-suggest-property origin=* substr= |targeturl=https://codecs.vanhamel.nl/Special:Search?search= |dev=true }}
Not or not yet supported
- Cargo
- multilinguality and display titles
- A profile-specific category of properties
- case/accent folding. The default behaviour, without profile, makes use of SMW’s native services to return any properties registered as being in use, regardless whether or not a wiki page has been created for them. Two 'string conditions' (COND_PRE and COND_MID) are currently used. To support case/accent folding, the use of 'extra conditions' (
addExtraCondition()
) would be the way to go.