]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commit
Feature: Enhanced backend custom field search API (#7589)
authorshamoon <4887959+shamoon@users.noreply.github.com>
Mon, 23 Sep 2024 18:28:31 +0000 (11:28 -0700)
committershamoon <4887959+shamoon@users.noreply.github.com>
Tue, 24 Sep 2024 06:33:49 +0000 (23:33 -0700)
commitd7ba6d98d396900fe20be78412385394069dd506
tree6ce64fa07687ec133f1d66199f7d91629bf39a30
parentf06ff85b7d2e1a050b5cc05d94e82e6f9ad2828c
Feature: Enhanced backend custom field search API (#7589)

commit 910dae8413028f647e6295f30207cb5d4fc6605d
Author: Yichi Yang <yiy067@ucsd.edu>
Date:   Wed Sep 4 12:47:19 2024 -0700

    Fix: correctly handle the case where custom_field_lookup refers to multiple fields

commit e43f70d708b7d6b445f3ca8c8bf9dbdf5ee26085
Author: Yichi Yang <yiy067@ucsd.edu>
Date:   Sat Aug 31 14:06:45 2024 -0700

Co-Authored-By: Yichi Yang <yichiyan@usc.edu>
docs/api.md
paperless.conf.example
src/documents/filters.py
src/documents/models.py
src/documents/serialisers.py
src/documents/tests/test_api_filter_by_custom_fields.py [new file with mode: 0644]
src/paperless/settings.py