The query based on ‘Label.text’ that Campbell had demonstrated today is amazing. Using the simple word ‘Debt’, the query returned 1999 rows of label.texts that contain the word ‘Debt’ just on dts.id 292503 alone.
Rather than querying based on label.text, can we query based on concept.local-name?
For ease of changes, I moved the label.text to the end of the query:
https://api.xbrl.us/api/v1/label/search?fields=label.*,concept.local-name.sort(ASC)&dts.id=292503&label.text=Debt
However, when I replaced label.text with concept.local-name, no information returned.
https://api.xbrl.us/api/v1/label/search?fields=label.*,concept.local-name.sort(ASC)&dts.id=292503&concept.local-name=Debt
Thank you!