You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you can do something like search index asset_origin_id /my-project/my_file.jpg. It would be cool/useful to be able to do something like search index asset_origin_id '/my-project/*' or search index --prefix asset_origin_id /my-project/.
With that improvement (which should be technically easy) you could make useful more complex searches like "all the file paths for a project" or "all the files stored for this Proofmode ZIP".
The text was updated successfully, but these errors were encountered:
Currently you can do something like
search index asset_origin_id /my-project/my_file.jpg
. It would be cool/useful to be able to do something likesearch index asset_origin_id '/my-project/*'
orsearch index --prefix asset_origin_id /my-project/
.With that improvement (which should be technically easy) you could make useful more complex searches like "all the file paths for a project" or "all the files stored for this Proofmode ZIP".
The text was updated successfully, but these errors were encountered: