Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimising search query creation #52

Open
agrancaric opened this issue Mar 18, 2022 · 0 comments
Open

Optimising search query creation #52

agrancaric opened this issue Mar 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@agrancaric
Copy link
Collaborator

Basic information

  • nrich version:
    1.2.1
  • Module:
    nrich-search

Additional information

Enhancement description

It would be good to find a way to optimise query creation in nrich-search module. Currently each query will always check all properties being searched against entity. It would be better to analyse just once all the possible mappings between class holding restrictions and JPA entity and then cache and reuse those mappings depending on the property values.

Current behaviour

Wanted behaviour

Possible workarounds

@agrancaric agrancaric added the enhancement New feature or request label Mar 18, 2022
@jsajlovic jsajlovic added this to the v1.4.0 milestone Apr 12, 2022
@jsajlovic jsajlovic removed this from the v1.4.0 milestone Apr 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants