afrim
afrim copied to clipboard
Reduce the predicates size returned by the translator
Problem
The translator currently returns the full list of matched predicates. However, not all of these are useful to the user when they are searching for the correct one.
Proposed Solution
It would be beneficial to introduce two new settings:
-
max_predicates_size
: This will limit the number of predicates that the translator returns. -
page_size
: This will control the number of predicates displayed per page.
This approach will make the search process more manageable for the user.