We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b55eb commit 109525eCopy full SHA for 109525e
1 file changed
diracx-db/src/diracx/db/sql/utils/base.py
@@ -238,7 +238,7 @@ async def search(
238
per_page: int = 100,
239
page: int | None = None,
240
) -> tuple[int, list[dict[Any, Any]]]:
241
- """Search for pilots in the database."""
+ """Search in a SQL database, with filters."""
242
# Find which columns to select
243
columns = _get_columns(model.__table__, parameters)
244
0 commit comments