afrim icon indicating copy to clipboard operation
afrim copied to clipboard

Reduce the predicates size returned by the translator

Open pythonbrad opened this issue 9 months ago • 0 comments

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.

pythonbrad avatar Apr 25 '24 09:04 pythonbrad