Update doc, add FAQ. Closes #97
This commit is contained in:
parent
a1846782ba
commit
e5d5c8373c
17
doc/3.faq.md
Normal file
17
doc/3.faq.md
Normal 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.
|
@ -13,6 +13,7 @@ Welcome to Flatisfy's documentation!
|
|||||||
0.getting_started.md
|
0.getting_started.md
|
||||||
1.production.md
|
1.production.md
|
||||||
2.docker.md
|
2.docker.md
|
||||||
|
3.faq.md
|
||||||
modules.rst
|
modules.rst
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user