aqa-test-tools icon indicating copy to clipboard operation
aqa-test-tools copied to clipboard

Investigate Mongodb full text index on test output

Open llxia opened this issue 3 years ago • 0 comments

The Advance search feature searches all test output in DB. It takes really long time to return the result. We should look into a more efficient way of searching (i.e., Mongodb full-text index)

https://docs.mongodb.com/manual/core/index-text/ https://www.youtube.com/watch?v=dTN8cBDEG_Q&ab_channel=MikeDane https://database.guide/how-to-create-a-text-index-in-mongodb/

llxia avatar Jan 11 '22 15:01 llxia