Search Products in webpos

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Search Products in webpos

hmalovekar

in Webpos Main Screen
search products say by product name it is very Slow
i must wait about 1 minute then i start writing to make autocomplete

how can i make it operate faster?
Reply | Threaded
Open this post in threaded view
|

Re: Search Products in webpos

Bilgin Ibryam-2
Hi hmalovekar, please ask further OFBiz usage question in the user list.

This is one of the areas in webpos that needs to be improved before use.

The reason for the slow response I believe is due to the fact that it
searches all the product in the system, i.e. there is no filtering by store,
catalog, category...
Also this exposes products that are not supposed the displayed to the user
(expired products, configurable product components...). Another thing to fix
is restrict the number of results returned in the response, as currently it
returns all of the found products.

Bilgin Ibryam

On Tue, May 10, 2011 at 8:26 AM, hmalovekar <[hidden email]>wrote:

>
> in Webpos Main Screen
> search products say by product name it is very Slow
> i must wait about 1 minute then i start writing to make autocomplete
>
> how can i make it operate faster?
>
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/Search-Products-in-webpos-tp3511179p3511179.html
> Sent from the OFBiz - Dev mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: Search Products in webpos

hmalovekar
Thanks