While writing documentation, I found that the functions we use are inconsistent.
| filter |
sort |
pagination |
|
| put_filter |
put_sort |
put_pagination |
👍 |
|
clear_sort |
|
👎 |
|
remove_sort |
|
👎 |
|
add_sort |
|
👎 |
|
merge_default_sort |
|
👎 |
| put_default_filters |
put_default_sort |
put_default_pagination |
👍 |
| put_filter_function |
put_sort_function |
NOT NEEED |
👍 |
| remove_filter_function |
|
|
👎 |
I think we can safely delete those with 👎 That "flexibility" in sorting is confusing.