Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor filter expression for clarity and accuracy
The filter expression within the document handling logic has been updated to enhance clarity and ensure accurate author filtering. Previously, the `in` function mistakenly included names as direct arguments, potentially leading to ambiguity in filter application. This has been corrected by explicitly specifying the `author` field, ensuring the filter accurately applies to author names only. This change improves the maintainability and readability of the code, particularly in sections dealing with article filtering based on authorship and type. - Correct the filter expression by explicitly specifying the `author` field. - Ensure accurate and unambiguous author filtering in article management.
- Loading branch information