files.find() method usage #86
-
Hi, SEARCH_PROPERTIES_MAP = {
"name:": "d:displayname", # like, eq
"mime": "d:getcontenttype", # like, eq
"last_modified": "d:getlastmodified", # gt, eq, lt
"size": "oc:size", # gt, gte, eq, lt
"favorite": "oc:favorite", # eq
"fileid": "oc:fileid", # eq
} For entry "name" should there be the colon inside the string ? Thanks in advance for any help, i would really appreciate an example of this method allowing to verify if a file exists in a folder. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Thank for pointing on this bug. |
Beta Was this translation helpful? Give feedback.
Thank for pointing on this bug.
Fix & test will arrive today for this.