/ releasenotes / notes / metafieldranker_sort-order_refactor-2000d89dc40dc15a.yaml
metafieldranker_sort-order_refactor-2000d89dc40dc15a.yaml
1  ---
2  enhancements:
3    - |
4      Prevent the `MetaFieldRanker` from throwing an error if one or more of the documents doesn't contain the specific meta data field. Now those documents will be ignored for ranking purposes and placed at the end of the ranked list so we don't completely throw them away.
5      Adding a sort_order that can have values of descending or ascending.
6      Added more runtime parameters.