Update doc, add FAQ. Closes #97

This commit is contained in:
Lucas Verney 2017-12-11 13:38:50 +01:00
parent a1846782ba
commit e5d5c8373c
2 changed files with 18 additions and 0 deletions

17
doc/3.faq.md Normal file
View File

@ -0,0 +1,17 @@
FAQ
===
## What happens when duplicates are detected across different backends?
There is a default precedence defined for each backend. This should be defined
so that the backend with highest precedence is the backend that should contain
the most precise information usually.
When deduplicating, the post from the backend with the highest precedence is
kept and missing info is taken from the duplicate posts (precedence is used so
that in case of conflicts in a field, the data from the backend with highest
precedence is used). This post contains as much data as possible, and includes
references to all the other "duplicate" posts. These latter duplicate posts
are then simply marked as such and never shown anymore.
All origins are kept in a `urls` field in the remaining post.

View File

@ -13,6 +13,7 @@ Welcome to Flatisfy's documentation!
0.getting_started.md
1.production.md
2.docker.md
3.faq.md
modules.rst