Skip to content

Commit

Permalink
search improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
nczirjak-acdh committed Oct 5, 2020
1 parent 886d218 commit b78081c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/dbfunctions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,7 @@ CASE
DISTINCT(fts.id),
fts.property,
fts.raw,
'' as headline
td.headline as headline
FROM type_data as td
LEFT JOIN full_text_search as fts on fts.id = td.id
WHERE
Expand Down

0 comments on commit b78081c

Please sign in to comment.