cancel
Showing results for 
Search instead for 
Did you mean: 

New suggester

maxr_
Champ on-the-rise
Champ on-the-rise

Hi,

I created a new suggester. This one return a SearchDocumentsSuggestion. Is there a way to precise which faceted searchs to use instead of "Default Faceted Search". I hope this is clear.

Thanks.

1 ACCEPTED ANSWER

bruce_Grant
Elite Collaborator
Elite Collaborator

Not exactly sure what you are asking. I created a custom suggester and added a second search button (which limits search to certain doc types). I added a new suggester (searchClientByKeywords) and a suggestionhandler. I then overrode the default suggestbox.xhtml functionality - specifically added a new command button with the action suggestboxActions.performKeywordsSearch('searchClientByKeywords', 'searchbox').

View answer in original post

2 REPLIES 2

bruce_Grant
Elite Collaborator
Elite Collaborator

Not exactly sure what you are asking. I created a custom suggester and added a second search button (which limits search to certain doc types). I added a new suggester (searchClientByKeywords) and a suggestionhandler. I then overrode the default suggestbox.xhtml functionality - specifically added a new command button with the action suggestboxActions.performKeywordsSearch('searchClientByKeywords', 'searchbox').

maxr_
Champ on-the-rise
Champ on-the-rise

Thanks a lot. It's what I need.