So we recently implemented a Box Skill using the Transcript metadata card template. We're writing OCR data to it ultimately, because we'd like full-text searching that isn't limited to 10k characters as Box's current document cracking provides. We send documents off to Azure Computer Vision, and write the extracted sentences back to Box with the transcript card, and use start/end properties to denote page number. This seems to be working as we can see the Skills pane & transcript card through the UI.
However searching that content doesn't seem to actually be implemented.
Expected Behavior
Given I am logged into Box's website as our enterprise service account
When I search for a unique term that appears in the Skills pane transcript card for a given file
Then I expect the document that contains that search term in it's Skill transcript to be returned in the search results
Actual Behavior
''
''
No matches are returned via Box's search functionality.
This is really making me question the utility of Box Skills if I can't search the transcript card metadata that is written back to Box. To be clear, we're talking specifically about skills card metadata, not the SDK metadata API (which requires specific templates to be searched for specific property values).
Am I doing something wrong or is this literally just not functional...? I was told on a sales call that it worked that way. Any help would be appreciated. Otherwise I'm off to start building our own search index entirely outside of Box, which I'd really prefer not to do.