We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b80d1 commit ec58e8bCopy full SHA for ec58e8b
say/api/preneed_api.py
@@ -30,6 +30,7 @@ def get(self):
30
).filter(
31
Need.child_id == DEFAULT_CHILD_ID,
32
Need.isDeleted.is_(False),
33
+ ~Need.imageUrl.ilike('%wrong path%') # Case-insensitive
34
)
35
36
return PreneedSummarySchema.from_query_list(preneeds)
0 commit comments