I'm using 2022U.
My file-name convention comprises a two-letter country code followed by a four-digit year, a two-digit month a three-letter ID code and a numeric sequence. There is a stop (period) between each component:
UK.2020.04.ABC.0001
BR.2021.06.ABC.0001
etc.
The folder structure is year\country-code
I am trying to make a smart colection or dynamic search based on the three-letter code (ABC in the examples), however it appears I can't.
Any suggestions? It needs to be dynamic, as these files are continually being added to, and it would be extremely time-consuming to add a clause to the search parameters each time.
This otherwise excellent DAM is fast becoming unusable because of the search restrictions.
My file-name convention comprises a two-letter country code followed by a four-digit year, a two-digit month a three-letter ID code and a numeric sequence. There is a stop (period) between each component:
UK.2020.04.ABC.0001
BR.2021.06.ABC.0001
etc.
The folder structure is year\country-code
I am trying to make a smart colection or dynamic search based on the three-letter code (ABC in the examples), however it appears I can't.
Any suggestions? It needs to be dynamic, as these files are continually being added to, and it would be extremely time-consuming to add a clause to the search parameters each time.
This otherwise excellent DAM is fast becoming unusable because of the search restrictions.
Comment