huridocs / uwazi

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

Entities only index one document per language #6763

Open konzz opened 4 months ago

konzz commented 4 months ago

When indexing the full text we currently use the Mongo ID of the entity to index it, this means we can only index one document per language and we can not get full-text search results from any other document.

This issue might be side effect fixed by the implementation required to fix this other issue: #6749