cancel
Showing results for 
Search instead for 
Did you mean: 

Advanced Search Script with WCM website framework

iapilgrim
Champ in-the-making
Champ in-the-making
Hi all,
I'm checking WCM Website framework.I've reviewed the file AdvancedSearch.get.js. I've got 2 questions
+ How can I avoid hardcode the store name. I mean 'demo' in this case.
+ What does the following text mean ?
luceneStr += " AND ( @wsf\\:title:"+title+")"
I don't know where "@wsf" come in. In my project, my_sample_project for example, how can I use advanced search?
Thanks,
Van
1 REPLY 1

iapilgrim
Champ in-the-making
Champ in-the-making
I know @wsf is a custom type but I don't know where it is declared. Anyone help me?