Skip to content

Commit

Permalink
As an editor I would like to search authors by 'University' field in …
Browse files Browse the repository at this point in the history
…Author Profiles desk [TGA-101]
  • Loading branch information
devketanpro committed Jul 1, 2024
1 parent c870879 commit 75261c2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,24 @@

# Disable purging of publish queue
PUBLISH_QUEUE_EXPIRY_MINUTES = 0

SCHEMA_UPDATE = {
"archive": {
"extra": {
"type": "dict",
"schema": {},
"mapping": {
"type": "object",
"properties": {
"university": {
"properties": {
"qcode": {"type": "string"},
"name": {"type": "string"},
}
},
},
},
"allow_unknown": True,
}
}
}

0 comments on commit 75261c2

Please sign in to comment.