Open
Description
Document Value filter has a single option: a field
value. This causes confusion with requst_field
and document_field
. Since field
is actually a property of a document instance that provides the value for the query, I would suggest changing the naming. How about property
or value_property
?