Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0537d73

Browse files
committed
added missing "order by"
1 parent ad842d0 commit 0537d73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎python/hybrid_search.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@
9090
dbo.hybrid_search_sample AS sd
9191
INNER JOIN
9292
FREETEXTTABLE(dbo.hybrid_search_sample, *, @q) AS ftt ON sd.id = ftt.[KEY]
93+
ORDER BY
94+
rank DESC
9395
) AS t
9496
ORDER BY
9597
rank

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /