Txau

Results 65 comments of Txau

> The only way to reproduce this error was to manually stop the server while a file was being uploaded or being processed. This might be related to the fact...

Long story short, this code is: - Sending duplicate data from the server side for backwards compatibility - Adding some overhead in post-processing the duplicate data - If the post-processing...

@OzrenMuic eventually this can be connected to another issue: documents have some properties that are not part of the user defined template: title, date added, language. We also wanted to...

@OzrenMuic a particularity of Uwazi is that users get the content in their current UI selected language (falling back to the default/available language if the content is not available in...

> @OzrenMuic a particularity of Uwazi is that users get the content in their current UI selected language (falling back to the default/available language if the content is not available...

I guess we have improved the problem =) ![image](https://user-images.githubusercontent.com/489831/113816746-74e11880-9732-11eb-92e2-d7083af367f2.png)

@RafaPolit what about rather simplifying and having only multi-select and rich text?

Some other transformations are also possible: - Numeric => text - Text => numeric (validate data dry-run first) - Text => thesaurus (resolve duplicates into single values) - Numeric =>...

According to this issue: https://github.com/huridocs/uwazi/issues/2921 it was happening for node 10. I just tested the same scenario (reindex) with node 14.18.3 and ElasticSearch 7.9.0, without the header size flag, and...