Skip to content

Commit 5048628

Browse files
committed
Emit computed search req
1 parent 8a4f269 commit 5048628

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rfd-api/src/endpoints/rfd.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,8 @@ async fn search_rfds_op(
479479
Some(filter)
480480
};
481481

482+
tracing::debug!(?search_request, "Submitting search request to backend");
483+
482484
// Pass the search request off to the meilisearch backend
483485
let results = ctx
484486
.search

0 commit comments

Comments
 (0)