Skip to content

Commit

Permalink
Finally parse
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu committed Jul 24, 2024
1 parent b9f6b12 commit 36ea162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Application/Helper/Elasticsearch.hs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ searchNews queryText = do

let newsIds :: [Id News] = map (textToId . unDocId . hitDocId) $ hits $ searchHits searchResult
liftIO $ putStrLn $ "newsIds: " ++ show newsIds
return []
return newsIds

-- Parse result and extract the News ids. The News IDs is the Doc
pure []
Expand Down

0 comments on commit 36ea162

Please sign in to comment.