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

IDEMPIERE-1540 Autocomplete for field type "Search" #79

Merged
merged 3 commits into from
May 29, 2020

Conversation

hengsin
Copy link
Collaborator

@hengsin hengsin commented May 20, 2020

Implement auto complete for search field

Implement auto complete for search field
Copy link
Collaborator

@CarlosRuiz-globalqss CarlosRuiz-globalqss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested - please check comments in ticket.

Add support for isAutoComplete flag (default is off).
Add isAutoComplete to AD_UserDef_Field, AD_InfoColumn and
AD_Process_Para.
Performance improvement - reduce number of queries for autocomplete and
added some cache.
add constant for auto complete query timeout
use union all to further reduce the number of queries
Copy link
Collaborator

@CarlosRuiz-globalqss CarlosRuiz-globalqss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comments in ticket

@CarlosRuiz-globalqss CarlosRuiz-globalqss merged commit e9e7486 into idempiere:master May 29, 2020
@hengsin hengsin deleted the IDEMPIERE-1540 branch May 29, 2020 13:47
AndreaCh83 pushed a commit to idempiere-consulting/idempiere that referenced this pull request Nov 18, 2020
* IDEMPIERE-1540 Autocomplete for field type "Search"

Implement auto complete for search field

* IDEMPIERE-1540 Autocomplete for field type "Search"

Add support for isAutoComplete flag (default is off).
Add isAutoComplete to AD_UserDef_Field, AD_InfoColumn and
AD_Process_Para.
Performance improvement - reduce number of queries for autocomplete and
added some cache.

* IDEMPIERE-1540 Autocomplete for field type "Search"

add constant for auto complete query timeout
use union all to further reduce the number of queries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants