Fully functional fulltext search
This commit is contained in:
@@ -15,4 +15,6 @@ async def init_db():
|
||||
DATABASE_URL, uuidRepresentation="standard"
|
||||
)
|
||||
|
||||
await init_beanie(database=client.db_name, document_models=[User, AccessToken, Entity, Order, Contract, ], )
|
||||
await init_beanie(database=client.db_name,
|
||||
document_models=[User, AccessToken, Entity, Order, Contract, ],
|
||||
allow_index_dropping=True)
|
||||
|
||||
Reference in New Issue
Block a user