kuhumcst / glossematics

The life of Louis Hjelmslev.
https://glossematics.dk
4 stars 1 forks source link

Correspondent field (search criteria) #62

Closed simongray closed 2 years ago

simongray commented 2 years ago

A special field should be added for finding correspondences between two different people.

This field should basically translate to a logic union with two operands:

(or [?e :document/sender ?correspondent]
    [?e :document/recipient ?correspondent])

Having two of these will result in an implicit intersection (= and), i.e. it will find all correspondence between these individuals.

In the UI it could be called correspondent or sender/recipient.