huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
236 stars 79 forks source link

[IX] Wrongly named property in index #7059

Closed RafaPolit closed 1 month ago

RafaPolit commented 2 months ago

https://github.com/huridocs/uwazi/blob/8357473abfc2af54d979601b050e4a01fa4ece6a/app/api/suggestions/IXSuggestionsModel.ts#L19

Here the index is created with tate instead of state. This may be affecting performance or searches.

Change the index, ensure no migration is needed for new Mongo indices. cc @daneryl

RafaPolit commented 1 month ago

Indeed, the wrong index got created, I have added a migration to the PR.