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

Product lookup performance improvements #1167

Closed
teosarca opened this issue Mar 14, 2019 · 1 comment
Closed

Product lookup performance improvements #1167

teosarca opened this issue Mar 14, 2019 · 1 comment

Comments

@teosarca
Copy link
Member

teosarca commented Mar 14, 2019

Is this a bug or feature request?

What is the current behavior?

Which are the steps to reproduce?

What is the expected or desired behavior?

Configuration

Sysconfig de.metas.ui.web.window.descriptor.sql.ProductLookupDescriptor.DisableFullTextSearch

Disables the "full text search" for Products lookup (that one that is used on order product batch entry).

Sysconfig de.metas.ui.web.window.descriptor.LookupDescriptor.DefaultLookupSearchStartDelayMillis

Advice frontend which shall be the delay after user typed something and backend to be contracted.

AD_Table.ACTriggerLength

  • advices frontend about how many chars the search string shall be sent to backend
  • backend will return empty result if the search string length is less that configured length
  • if the configured length is less or equal to zero it shall be ignored
@teosarca teosarca self-assigned this Mar 14, 2019
teosarca added a commit to metasfresh/metasfresh that referenced this issue Mar 14, 2019
teosarca added a commit to metasfresh/metasfresh that referenced this issue Mar 14, 2019
teosarca added a commit that referenced this issue Mar 14, 2019
don't load the product out of repo

#1167
teosarca added a commit to metasfresh/metasfresh that referenced this issue Mar 15, 2019
teosarca added a commit that referenced this issue Mar 15, 2019
* search by product's Value and Name (configurable)
* check & respect Product's AD_Table.ACTriggerLength

#1167
teosarca added a commit that referenced this issue Mar 16, 2019
teosarca added a commit that referenced this issue Mar 16, 2019
teosarca added a commit that referenced this issue Mar 16, 2019
This was referenced Mar 16, 2019
teosarca added a commit that referenced this issue Mar 16, 2019
teosarca added a commit that referenced this issue Mar 16, 2019
metas-ts added a commit to metasfresh/metasfresh that referenced this issue Mar 18, 2019
  * [#4959](#4959) Data entry implementation
  * [#1165](metasfresh/metasfresh-webui-api-legacy#1165) Window Layout: allow first field of a fields combo to be a dropdown
  * [#1167](metasfresh/metasfresh-webui-api-legacy#1167) Product lookup performance improvements (repsective frontend isue not yet doen)
  * [#2177](metasfresh/metasfresh-webui-frontend-legacy#2177) Support single entry view mode for Tabs
  * [#1163](metasfresh/metasfresh-webui-api-legacy#1163) Warehouse cannot be created / opening window causes error
  * [#2201](metasfresh/metasfresh-webui-frontend-legacy#2201) Attributes panel is not displayed in HU Editor
  * [#2204](metasfresh/metasfresh-webui-frontend-legacy#2204) QR Code not displayed
@metas-dh
Copy link
Member

Results of IT
tested in customer db

  • search only after entering the 3rd digit: OK
  • takes ~1 sec or less for searching for the complete product no. ((1.09 sec) or when setting it digit by digit (1.01 sec): OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants