EloquentStudio / filter.js

Complete solution for client side filtering and rendering using JSON data
http://eloquentstudio.github.io/filter.js
MIT License
664 stars 183 forks source link

Undocumented callback: shortResult #174

Open Muffo opened 5 years ago

Muffo commented 5 years ago

https://github.com/jiren/filter.js/issues/122 uses the callback shortResult to sort the results. However, this is not mentioned anywhere in the README and I am not 100% sure I understand how it works.

Could you please add it to the documentation if this is officially supported?