Pierre Romera Zhang
Pierre Romera Zhang
Datashare calculates directories size using their children documents and sub-directories. If a directory has no documents it won't show up. This might explain why your the "see disk usage" modal...
Yep, that's the idea @wagnerpaul! We are not sure yet about the terminology tho. In that issue we used the term "trash" as it's the one used in user feedbacks...
Hi Kyle, any reason why you run Datashare as root?
This is supported by [Tarentula](https://github.com/ICIJ/datashare-tarentula). For instance: ``` tarentula download --query 'ICIJ AND category:ORGANIZATION' --type NamedEntity ``` The next release of Datashare will also include the possibility to copy named...
This is how I did it, at the end of my Dockerfile ```Dockerfile ADD ./entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh USER dev # Use whatever you want ENTRYPOINT ["/entrypoint.sh"] ```...
We should do a POC to ensure this is a good fit for Datashare. Planned for Q1/2023.
This was done in #912
Not valid: we don't support regex/wildcard in local text search anymore.
Since version [10.9.0](https://github.com/ICIJ/datashare/releases/tag/10.9.0). We reviewed entirely the way we load the text content of each document to be able to handle huge files. That requires to handle the local search...
In theory yes, you don't need any extract wildcard to search into the local text content.