Search found 8 matches
- Sun May 22, 2022 6:58 am
- Forum: API
- Topic: Add filtering to search api requests
- Replies: 0
- Views: 161
Add filtering to search api requests
localhost/api/v4/search/documents.documentsearchresult/?__0_metadata__metadata_type__name=id_no&__0_metadata__value=12345&__0_match_all=true&__operator_0_1=AND_10&__1_document_type__label=id&__result=10&_ordering=-datetime_created I would like to filter my results so that I ...
- Sun Apr 17, 2022 6:37 am
- Forum: Issues or Errors
- Topic: Regarding link to download exported version
- Replies: 0
- Views: 125
Regarding link to download exported version
I have installed mayan edms using docker-compose. When I export a document version, I receive the following message Document version "aoof's id card (March 16, 2022, 6:57 a.m.)" has been exported and is available for download using the link: http://localhost:8000/storage/downloads/3/downlo...
- Sun Feb 13, 2022 1:13 pm
- Forum: Deployments
- Topic: how to provide values for object_parameters inside MAYAN_DOCUMENTS_STORAGE_BACKEND_ARGUMENTS
- Replies: 0
- Views: 238
how to provide values for object_parameters inside MAYAN_DOCUMENTS_STORAGE_BACKEND_ARGUMENTS
Im trying to connect myan edms to an s3 bucket too. I cant make it work with the current configurations.The docs on object storage says default_acl is removed and need to use object_parameters. how do we use that? object_parameters accept multiple options and I dont know how to include it inside MAY...
- Sun Feb 13, 2022 9:09 am
- Forum: Under the hood
- Topic: S3 Object Storage
- Replies: 11
- Views: 6490
Re: S3 Object Storage
Im trying to connect myan edms to an s3 bucket too. I cant make it work with the current configurations.The docs on object storage says default_acl is removed and need to use object_parameters. how do we use that? MAYAN_PIP_INSTALLS="django-storages==1.10 boto3==1.14.58" MAYAN_DOCUMENTS_ST...
- Sun Feb 13, 2022 4:42 am
- Forum: Deployments
- Topic: Amazon S3 Storage
- Replies: 3
- Views: 3232
Re: Amazon S3 Storage
do I need to add the endpoint_url parameter to MAYAN_DOCUMENTS_STORAGE_BACKEND_ARGUMENTS ?
- Sun Jan 30, 2022 6:54 am
- Forum: API
- Topic: Assign multiple mobile numbers to a document and retreive that document by searching for any of those numbers
- Replies: 0
- Views: 202
Assign multiple mobile numbers to a document and retreive that document by searching for any of those numbers
I know a bit on how to use the search api (not the advanced one). I've assigned a mobile number metadata to a document and created an index which organizes documents according to the documents assigned mobile number. So when I call the following route I get the node where the document is. http://loc...
- Thu Jan 20, 2022 7:55 am
- Forum: Guides
- Topic: Mayan EDMS Organisation Concepts Introduction
- Replies: 11
- Views: 11586
Re: Mayan EDMS Organisation Concepts Introduction
Would it be possible to update the images? I feel the notes make use of the images a lot but they are not available now. Thank you.
- Thu Jan 13, 2022 11:03 am
- Forum: API
- Topic: Many files under one document
- Replies: 0
- Views: 288
Many files under one document
Hello! I am trying to upload more than one file under one document. https://docs.mayan-edms.com/chapters/files.html -> the docs here state Mayan EDMS support creating multiple files in relation to a single document. In essence, the Document is a file container. So i was wondering if I could store mo...