mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
When filtering list results, the filter expression is applied to the full object, not the stub. This is useful because it allows users to filter the list on fields not present in the object stub. But it can also be confusing because some fields have different names, or only exist in the stub, so the filter expression needs to reference fields not present in returned data. Filtering on the stub would reduce the confusion, but it would also restrict users to only be able to filter on the fields in the stub, which, by definition, are just a subset of the original fields. Documenting this behaviour can help users understand unexpected errors and results.
22 KiB
22 KiB