You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just managed to import the same set of documents and their queries into revelation 4 times over. The only error was a Django error page saying that get() had returned 2 then 3 then 4 identical objects wasn't until I checked the queries tab that I discovered there were 4 entries for everything!
Steps to resolve
Return custom error page that informs the user of the actual problem.
Prevent and/or confirm adding of duplicate sets of data.
Provide a way for safely wiping the documents and queries lists without restarting the server.
The text was updated successfully, but these errors were encountered:
Ok..... this issue is also a problem if you try to continue using the system inspite of the duplicate data. Any attempt to access the results under the initials queries list results in the same get() error. :/
Suggest prompting for either complete data reset or duplicates deletion utilising a script that queries the database and combines down queries that return more than one result.
I just managed to import the same set of documents and their queries into revelation 4 times over. The only error was a Django error page saying that get() had returned 2 then 3 then 4 identical objects wasn't until I checked the queries tab that I discovered there were 4 entries for everything!
Steps to resolve
The text was updated successfully, but these errors were encountered: