| Robert Brown 2005-04-01, 6:02 pm |
| > Hi,
>
> Im might not be posting in the right topic but I was unable to start a new topic. Sorry in advance.
>
> I am trying to add PARTNUMBER as part of the advanced search, I have looked at the online documentation and have been unable to find good advice on how to do this. I know that MFPARTNUMBER is part of the advanced search in the CatEntrySearchListDataBea
n but it does not suite my needs. The reason I need PARTNUMBER is due to the customer using this field as a SKU number. Any advice would be appreciated.
>
> Thanks in advance.
> Version is 5.6 Consumer Direct Express edition.
You can store the partnumber along with all description information and
any appropriate synonyms in the KEYWORD column and use a searchTermScope
of 4 for your search criteria. Otherwise, extend the existing
CatEntrySearchListDataBean class to suit.
R
|