- I am not sure if I understand your question entirely. Can you
provide an example as to what you are trying to achieve ?
- The appliance can perform single word match (KeyWordMatch) or
multiple words match (PhraseMatch) with the KeyMatch feature. More
information is here : http://code.google.com/apis/searchappliance/documentation/50/help_min...
Cheers,
Thiru
On Jun 3, 12:27 am, Kalai <astarka...@gmail.com> wrote:
You can do this with some advanced XSLT logic and some AJAX goodness,
however, by default the appliance doesn't seperate and list results in
the way you want to achieve. The reason for this, is that although it
is a google.com feature, these features never really make it into the
appliances very quickly.
It would be worth talking to someone about doing the XSLT/AJAX
combination, or abstracting your mini with some application logic by
using the search API.
If you want some help getting started, let me know.
Regards,
Steve.
On Jun 3, 5:27 pm, Kalai <astarka...@gmail.com> wrote:
Actually what my doubt is if I perform a search for keyword say
"Comedy movies", will the search consider these 2 words together or
retrieve results which match any one of the keyword i.e. either comedy
or movies?
so can this feature be done with the help of XSLT logic and some
AJAX??
On Jun 4, 8:27 am, Steve Allan <steveat...@gmail.com> wrote:
> You can do this with some advanced XSLT logic and some AJAX goodness,
> however, by default the appliance doesn't seperate and list results in
> the way you want to achieve. The reason for this, is that although it
> is a google.com feature, these features never really make it into the
> appliances very quickly.
> It would be worth talking to someone about doing the XSLT/AJAX
> combination, or abstracting your mini with some application logic by
> using the search API.
> If you want some help getting started, let me know.
> Regards,
> Steve.
> On Jun 3, 5:27 pm, Kalai <astarka...@gmail.com> wrote:
> > Will the Search results display the Search Items with the combination
> > of keywords and with individual keywords?- Hide quoted text -
By default, Google returns only pages that include all of your search
terms. You do not need to include "AND" between terms. The order of
search terms affects the search results.
If you want to use OR searches, that either contain one or both terms,
you could achieve so with some changes on the XSLT. You have to change
the "q" input for an "as_oq" input.