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
Hello there, admirations for the project, amazing work.
We have the following relation mapping in our config, but it seems it is causing an endless loop of updates in the elastic.
Is it possible to do such relation with [[relate]]?
Hello there, admirations for the project, amazing work.
We have the following relation mapping in our config, but it seems it is causing an endless loop of updates in the elastic.
Is it possible to do such relation with [[relate]]?
direct-read-namespaces = ["authors","articles"]
change-stream-namespaces = ["authors","articles"]
resume-strategy = 1
[[relate]]
namespace = "authors"
with-namespace = "articles"
src-field = "topicID"
match-field = "topicID"
keep-src = true
[[relate]]
namespace = "articles"
with-namespace = "authors"
src-field = "topicID"
match-field = "topicID"
keep-src = true
The text was updated successfully, but these errors were encountered: