Skip to content

Commit

Permalink
Adjust comment a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Oct 11, 2023
1 parent 7d29815 commit 593ad82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/io/quarkus/search/app/SearchServiceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ private static List<Arguments> relevance_params() {
// I wonder if we could use something similar to https://stackoverflow.com/a/74737474/5043585
// to have some sort of weight in the documents and prioritize some of them
// problem will be to find the right balance because the weight would be always on
// another option could be to use the keyword to trick some searches
// I suspect we should make the keywords a List separated by , and a proper list in the index rather than what it is currently
// another option could be to use the keywords to trick some searches
Arguments.of("orm", List.of(
// TODO Shouldn't the ORM guide be before Panache?
GuideIds.HIBERNATE_ORM_PANACHE,
Expand Down

0 comments on commit 593ad82

Please sign in to comment.