Open q2apro opened 6 years ago
Hi !
I maintain a version here https://github.com/DeuxHuitHuit/quicksearch
You could be able to do it in the 'onAfter' callback
I did a workaround:
Copy all results (visible) to a new div. Then sort them by the highlight CSS class (counted).
Not perfect, but works and still performaned.
Thanks.
:+1:
I would like to not only filter the elements but also sort them by the highest number of words found within each element.
Test here (sorting by word count does not work yet): https://www.matheretter.de/w/?s=bruch
Is there an option planned?
Or can someone offer a workaround?
Thanks.