product search

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

product search

林森
Dear ofbiz team.


    I have read the source in 13.7 revision for many times, the source is really  very good , I learned a lot of experience ,Thanks very much for the ofbiz team;
    Now I have a question and hope you can give me some help.
    I need to do the product search, the filter conditions are divided into many groups, know I select multiple options for each group to request result,
I don't how to do it, please give me some advice or code.  
    thank you.


[hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: product search

Nicolas Malin-2
Hello Linsen,

It's difficult with your description to help you but try to define an
entity-view dedicate to your search domain and use the perfomFind
service on it.

Nicolas


Le 07/02/2017 à 09:48, 林森 a écrit :

> Dear ofbiz team.
>
>
>      I have read the source in 13.7 revision for many times, the source is really  very good , I learned a lot of experience ,Thanks very much for the ofbiz team;
>      Now I have a question and hope you can give me some help.
>      I need to do the product search, the filter conditions are divided into many groups, know I select multiple options for each group to request result,
> I don't how to do it, please give me some advice or code.
>      thank you.
>
>
> [hidden email]

Reply | Threaded
Open this post in threaded view
|

Re: product search

Deepak Dixit-3
Hi lsaxye,

You can refer ProductSearchSession.java file for product search.
https://cwiki.apache.org/confluence/x/sgBk

Please ask this kind of question on user mailing list.
http://ofbiz.apache.org/mailing-lists.html


Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com

On Tue, Feb 7, 2017 at 11:19 PM, Nicolas Malin <[hidden email]>
wrote:

> Hello Linsen,
>
> It's difficult with your description to help you but try to define an
> entity-view dedicate to your search domain and use the perfomFind service
> on it.
>
> Nicolas
>
>
>
> Le 07/02/2017 à 09:48, 林森 a écrit :
>
>> Dear ofbiz team.
>>
>>
>>      I have read the source in 13.7 revision for many times, the source
>> is really  very good , I learned a lot of experience ,Thanks very much for
>> the ofbiz team;
>>      Now I have a question and hope you can give me some help.
>>      I need to do the product search, the filter conditions are divided
>> into many groups, know I select multiple options for each group to request
>> result,
>> I don't how to do it, please give me some advice or code.
>>      thank you.
>>
>>
>> [hidden email]
>>
>
>