User:Ttenbergen/Cargo holds query test

From CCMDB Wiki
Revision as of 15:36, 6 June 2025 by Ttenbergen (talk | contribs) (Created page with "Template:Data Dependencies stores data for pages like Previous_Location field in Special:CargoTables/Data_Dependencies. Components field is stored as a list of pages. The Holds command works for some page names (eg x) but not others (eg cc). For the ones where it doesn't work, a partial page name with "LIKE" works. One difference between the pages is that the query seems to fail for pages that use Help:Magic_words#DISPLAYTITLE. for Pre-admit In...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Data Dependencies stores data for pages like Previous_Location field in Special:CargoTables/Data_Dependencies. Components field is stored as a list of pages. The Holds command works for some page names (eg x) but not others (eg cc). For the ones where it doesn't work, a partial page name with "LIKE" works. One difference between the pages is that the query seems to fail for pages that use Help:Magic_words#DISPLAYTITLE.

for Pre-admit Inpatient Institution field it works

for Previous_Location field it doesn't work No results

with Components HOLDS LIKE 'Previous Location%' it works

with Components HOLDS LIKE 'Previous Location %' it doesn't work No results