I was trying to search the Catalog by filtering for Metadata->content_id->contains workflow and wasn’t able to add multiple fields in the search box as all the ids are searched as one unless we press enter every time. Is there a workaround for that?
Hey @harshita.arya ,
This would depend what data type is your metadata (string, int, enum, date) and also the format of content_id
.
For instance I can look for several key word metadata (string). but if you put special characters some might be considered
But there are some special characters like a coma that might bundle things together.
my content_ids are alpha numeric without special characters. But my problem is when I enter multiple such ids with spaces in between all at once without pressing enter for every new one, they all go as one id with spaces in between. So I wanted to know how I can search for multiple ids since I have to look for about 15 of them. I cannot press enter 15 times. Hope you understand.
Ok, I get it, I tried several way but seems we are bundling things together and expect one output at the time, which is not what we are doing everywhere, for instance if you choose the data row filter (per ID in my test) passing several argument will work with a coma.
I will feedback so we can improve the metadata filter.