-
Notifications
You must be signed in to change notification settings - Fork 227
Open
Description
Hi there,
Thanks for this nice tool to get familiar to Azure cognitive skills. I have a question related to the checkbox list on the left. I would like to filter based on feature of the path of the documents. I managed to extract the path from the metadata and feed it to the checkbox list. However, when I click nothing happens. I think it's related to the filter that runs in the background when clicking on a checkbox. I think it's related to this specific line:
AzureSearch_JFK_Files/frontend/src/pages/search-page/service/jfk/mapper.search.ts
Line 165 in 3ee9785
| // TODO: Only collection filter implemented. |
Where this expects a collection of strings while the path is a single string. Am I correct ? If yes, how do I change that such that the filter accepts the path as input ?
Metadata
Metadata
Assignees
Labels
No labels