pub async fn search(
__arg0: State<Arc<SharedState>>,
__arg1: Json<SearchRequest>,
) -> Result<impl IntoResponse, (StatusCode, String)>Expand description
Search endpoint handler — hybrid semantic + keyword search
pub async fn search(
__arg0: State<Arc<SharedState>>,
__arg1: Json<SearchRequest>,
) -> Result<impl IntoResponse, (StatusCode, String)>Search endpoint handler — hybrid semantic + keyword search