support sort on both the full text search score and the column value itself.
sort_on=(('title',),) => sort by title sort_on=(('title__score__',),) => sort by full text search score for title
Showing
Please register or sign in to comment