manila/releasenotes/notes/bug-1923008-fix-logic-of-share-network-query-f314ec3010c06045.yaml
haixin de72cd4736 Optimize the query logic for share network list
1: As admin user, query share network list with specified
   "security_service_id" and "project_id" search opts, will
   get wrong result.
2: put "created_since", "created_before" search opts into database to
   Increase query speed

Closes-Bug: #1923008
Change-Id: I49e412cb6c98fcda67531ff915b3b4c3edc64476
2021-09-10 19:23:25 +00:00

7 lines
202 B
YAML

---
fixes:
- |
Fix the query logic for share network list, put "created_since",
"created_before" search opts into database to increase query speed,
integrate the database query interface.