We have just recieved our Google Mini last week friday and are busy
setting it on our website and are busy creating the search page.
However we have hit a snag, when you do a search you get about 4
results and below it you get the following message "In order to show
you the most relevant results, we have omitted some entries very
similar to the 5 already displayed.If you like, you can repeat the
search with the omitted results included. " when you click the link it
shows all relavant results.
How do i remove the omitted feature, so than when a search is done it
will show all results
> We have just recieved our Google Mini last week friday and are busy
> setting it on our website and are busy creating the search page.
> However we have hit a snag, when you do a search you get about 4
> results and below it you get the following message "In order to show
> you the most relevant results, we have omitted some entries very
> similar to the 5 already displayed.If you like, you can repeat the
> search with the omitted results included. " when you click the link it
> shows all relavant results.
> How do i remove the omitted feature, so than when a search is done it
> will show all results
Pablo is right on the mark. If you do not want to append a search
parameter in your query, alternatively you can you the following
method. This involves editing the frontend xslt stylesheet.
1. For normal search results page:
In the stylesheet, search for : <!-- * space_normalized_query: q = /
GSP/Q * -->
and make that area look like this, (Note : the value zero will turnoff
the filtering functionality)
After saving the stylesheet, you might need to add &proxyreload=1 to
the search URL to reload the stylesheet. If you view the source of the
search page, you should see :
<input type="hidden" name="filter" value="0">
---
On Oct 2, 7:05 am, Pablo Solera <pablo.sole...@gmail.com> wrote:
> On Oct 2, 3:51 pm, Grimm <cl...@carfind.co.za> wrote:
> > Hi,
> > We have just recieved our Google Mini last week friday and are busy
> > setting it on our website and are busy creating the search page.
> > However we have hit a snag, when you do a search you get about 4
> > results and below it you get the following message "In order to show
> > you the most relevant results, we have omitted some entries very
> > similar to the 5 already displayed.If you like, you can repeat the
> > search with the omitted results included. " when you click the link it
> > shows all relavant results.
> > How do i remove the omitted feature, so than when a search is done it
> > will show all results
[mailto:Google-Search-Appliance-Help@googlegroups.com] On Behalf Of Thiru
Sent: 03 October 2008 01:04 AM
To: Google Search Appliance/Google Mini - Google Search Appliance/Google
Mini
Subject: None Re: Remove the omitted feature from the google mini
Pablo is right on the mark. If you do not want to append a search
parameter in your query, alternatively you can you the following
method. This involves editing the frontend xslt stylesheet.
1. For normal search results page:
In the stylesheet, search for : <!-- * space_normalized_query: q = /
GSP/Q * -->
and make that area look like this, (Note : the value zero will turnoff
the filtering functionality)
After saving the stylesheet, you might need to add &proxyreload=1 to
the search URL to reload the stylesheet. If you view the source of the
search page, you should see :
<input type="hidden" name="filter" value="0">
---
On Oct 2, 7:05 am, Pablo Solera <pablo.sole...@gmail.com> wrote:
> Hi Clive,
> On Oct 2, 3:51 pm, Grimm <cl...@carfind.co.za> wrote:
> > Hi,
> > We have just recieved our Google Mini last week friday and are busy
> > setting it on our website and are busy creating the search page.
> > However we have hit a snag, when you do a search you get about 4
> > results and below it you get the following message "In order to show
> > you the most relevant results, we have omitted some entries very
> > similar to the 5 already displayed.If you like, you can repeat the
> > search with the omitted results included. " when you click the link it
> > shows all relavant results.
> > How do i remove the omitted feature, so than when a search is done it
> > will show all results
You might want to read the instructions again. :-) I think he is
telling you what to look for and what to replace. Also feel free to
test it yourself. :-)
Brian
On 10月3日, 午後3:29, "Clive Bromfield" <cl...@carfind.co.za> wrote:
> [mailto:Google-Search-Appliance-Help@googlegroups.com] On Behalf Of Thiru
> Sent: 03 October 2008 01:04 AM
> To: Google Search Appliance/Google Mini - Google Search Appliance/Google
> Mini
> Subject: None Re: Remove the omitted feature from the google mini
> Pablo is right on the mark. If you do not want to append a search
> parameter in your query, alternatively you can you the following
> method. This involves editing the frontend xslt stylesheet.
> 1. For normal search results page:
> In the stylesheet, search for : <!-- * space_normalized_query: q = /
> GSP/Q * -->
> and make that area look like this, (Note : the value zero will turnoff
> the filtering functionality)
> After saving the stylesheet, you might need to add &proxyreload=1 to
> the search URL to reload the stylesheet. If you view the source of the
> search page, you should see :
> <input type="hidden" name="filter" value="0">
> ---
> On Oct 2, 7:05 am, Pablo Solera <pablo.sole...@gmail.com> wrote:
> > Hi Clive,
> > On Oct 2, 3:51 pm, Grimm <cl...@carfind.co.za> wrote:
> > > Hi,
> > > We have just recieved our Google Mini last week friday and are busy
> > > setting it on our website and are busy creating the search page.
> > > However we have hit a snag, when you do a search you get about 4
> > > results and below it you get the following message "In order to show
> > > you the most relevant results, we have omitted some entries very
> > > similar to the 5 already displayed.If you like, you can repeat the
> > > search with the omitted results included. " when you click the link it
> > > shows all relavant results.
> > > How do i remove the omitted feature, so than when a search is done it
> > > will show all results
In part 1 of your answer, you say "make that area look like this..."
Do you mean replace the line
<!-- * space_normalized_query: q = /
GSP/Q * -->
With the code you gave above? Or do you mean, add the code directly
above that line? Or do you mean, integrate the code with the code
above this line? It is unclear exactly what you meant.
On Oct 2, 7:03 pm, Thiru <thiru.fo...@gmail.com> wrote:
> Pablo is right on the mark. If you do not want to append a search
> parameter in your query, alternatively you can you the following
> method. This involves editing the frontend xslt stylesheet.
> 1. For normal search results page:
> In the stylesheet, search for : <!-- * space_normalized_query: q = /
> GSP/Q * -->
> and make that area look like this, (Note : the value zero will turnoff
> the filtering functionality)
> After saving the stylesheet, you might need to add &proxyreload=1 to
> the search URL to reload the stylesheet. If you view the source of the
> search page, you should see :
> <input type="hidden" name="filter" value="0">
> ---
> On Oct 2, 7:05 am, Pablo Solera <pablo.sole...@gmail.com> wrote:
> > On Oct 2, 3:51 pm, Grimm <cl...@carfind.co.za> wrote:
> > > Hi,
> > > We have just recieved our Google Mini last week friday and are busy
> > > setting it on our website and are busy creating the search page.
> > > However we have hit a snag, when you do a search you get about 4
> > > results and below it you get the following message "In order to show
> > > you the most relevant results, we haveomittedsome entries very
> > > similar to the 5 already displayed.If you like, you can repeat the
> > > search with theomittedresults included. " when you click the link it
> > > shows all relavant results.
> > > How do i remove theomittedfeature, so than when a search is done it
> > > will show all results
> With the code you gave above? Or do you mean, add the code directly
> above that line? Or do you mean, integrate the code with the code
> above this line? It is unclear exactly what you meant.
> On Oct 2, 7:03 pm, Thiru <thiru.fo...@gmail.com> wrote:
> > Pablo is right on the mark. If you do not want to append a search
> > parameter in your query, alternatively you can you the following
> > method. This involves editing the frontend xslt stylesheet.
> > 1. For normal search results page:
> > In the stylesheet, search for : <!-- * space_normalized_query: q = /
> > GSP/Q * -->
> > and make that area look like this, (Note : the value zero will turnoff
> > the filtering functionality)
> > After saving the stylesheet, you might need to add &proxyreload=1 to
> > the search URL to reload the stylesheet. If you view the source of the
> > search page, you should see :
> > <input type="hidden" name="filter" value="0">
> > ---
> > On Oct 2, 7:05 am, Pablo Solera <pablo.sole...@gmail.com> wrote:
> > > On Oct 2, 3:51 pm, Grimm <cl...@carfind.co.za> wrote:
> > > > Hi,
> > > > We have just recieved our Google Mini last week friday and are busy
> > > > setting it on our website and are busy creating the search page.
> > > > However we have hit a snag, when you do a search you get about 4
> > > > results and below it you get the following message "In order to show
> > > > you the most relevant results, we haveomittedsome entries very
> > > > similar to the 5 already displayed.If you like, you can repeat the
> > > > search with theomittedresults included. " when you click the link it
> > > > shows all relavant results.
> > > > How do i remove theomittedfeature, so than when a search is done it
> > > > will show all results
> Now you want to add the line <input type="hidden" name="filter"
> value="0"/> right below the string </xsl:if>. The modified code should
> look like this:
> > With the code you gave above? Or do you mean, add the code directly
> > above that line? Or do you mean, integrate the code with the code
> > above this line? It is unclear exactly what you meant.
> > On Oct 2, 7:03 pm, Thiru <thiru.fo...@gmail.com> wrote:
> > > Pablo is right on the mark. If you do not want to append a search
> > > parameter in your query, alternatively you can you the following
> > > method. This involves editing the frontend xslt stylesheet.
> > > 1. For normal search results page:
> > > In the stylesheet, search for : <!-- * space_normalized_query: q = /
> > > GSP/Q * -->
> > > and make that area look like this, (Note : the value zero will turnoff
> > > the filtering functionality)
> > > After saving the stylesheet, you might need to add &proxyreload=1 to
> > > the search URL to reload the stylesheet. If you view the source of the
> > > search page, you should see :
> > > > On Oct 2, 3:51 pm, Grimm <cl...@carfind.co.za> wrote:
> > > > > Hi,
> > > > > We have just recieved our Google Mini last week friday and are busy
> > > > > setting it on our website and are busy creating the search page.
> > > > > However we have hit a snag, when you do a search you get about 4
> > > > > results and below it you get the following message "In order to show
> > > > > you the most relevant results, we haveomittedsome entries very
> > > > > similar to the 5 already displayed.If you like, you can repeat the
> > > > > search with theomittedresults included. " when you click the link it
> > > > > shows all relavant results.
> > > > > How do i remove theomittedfeature, so than when a search is done it
> > > > > will show all results
> > Now you want to add the line <input type="hidden" name="filter"
> > value="0"/> right below the string </xsl:if>. The modified code should
> > look like this:
> > > With the code you gave above? Or do you mean, add the code directly
> > > above that line? Or do you mean, integrate the code with the code
> > > above this line? It is unclear exactly what you meant.
> > > On Oct 2, 7:03 pm, Thiru <thiru.fo...@gmail.com> wrote:
> > > > Pablo is right on the mark. If you do not want to append a search
> > > > parameter in your query, alternatively you can you the following
> > > > method. This involves editing the frontend xslt stylesheet.
> > > > 1. For normal search results page:
> > > > In the stylesheet, search for : <!-- * space_normalized_query: q = /
> > > > GSP/Q * -->
> > > > and make that area look like this, (Note : the value zero will turnoff
> > > > the filtering functionality)
> > > > After saving the stylesheet, you might need to add &proxyreload=1 to
> > > > the search URL to reload the stylesheet. If you view the source of the
> > > > search page, you should see :
> > > > > On Oct 2, 3:51 pm, Grimm <cl...@carfind.co.za> wrote:
> > > > > > Hi,
> > > > > > We have just recieved our Google Mini last week friday and are busy
> > > > > > setting it on our website and are busy creating the search page.
> > > > > > However we have hit a snag, when you do a search you get about 4
> > > > > > results and below it you get the following message "In order to show
> > > > > > you the most relevant results, we haveomittedsome entries very
> > > > > > similar to the 5 already displayed.If you like, you can repeat the
> > > > > > search with theomittedresults included. " when you click the link it
> > > > > > shows all relavant results.
> > > > > > How do i remove theomittedfeature, so than when a search is done it
> > > > > > will show all results