This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Description
This function now returns the error "sqlalchemy.exc.UnboundExecutionError: Could not locate a bind configured on SQL expression or this Session" when the query is returned to a specific function. I've replicated the behavior with find_docs_by_date, find_docs_by_country, find_docs_by_topic.
This comes about when filters are added to the SQL query. If I run the queries with the filters individually, each works.