[Mayan EDMS: 2361] Re: Docker image for Mayan EDMS NG available

2018-03-15 Thread Raul
You are right thanks :) Am Dienstag, 13. März 2018 06:12:57 UTC+1 schrieb ericr...@gmail.com: > > The db.sqlite3 file is created and used only when using SQLite. Since you > used the docker compose, the database backend being used is PostgreSQL. > > Execute: docker ps > > You should have two

[Mayan EDMS: 2360] Re: Search/Filer by multiple Tags

2018-03-15 Thread Michael Price
There are some changes to improve that. Search terms are now routed to an "AND" query. That means that a search for: Tag1 Tag2 will return documents with both Tags. To offer the opposite choice we added and "OR" syntax. Searching for: Tag1 OR Tag2 will return documents with either of both. We

Re: [Mayan EDMS: 2358] Re: UI suggestion

2018-03-15 Thread Michael Price
It's in the branch I'm working on right now. This will be the on the next release and Eric will add it to the Docker image. You can checkout the work we've been doing at GitLab: https://gitlab.com/Michael.Price/mayan-edms/tree/versions/next On a related UI note, Eric finished his work on the

[Mayan EDMS: 2356] Documentation mismatch with reality

2018-03-15 Thread RW Shore
The documentation for the API function that creates a new tag (POST /api/tags/tags) indicates an optional parameter documents_pk_list. This parameter does not actually exist; a POST request to this function that includes field documents_pk_list fails with a 400 (Bad Request) response. -- ---