4 messages in com.googlegroups.google-enterprise-developerRe: Search results stop showing| From | Sent On | Attachments |
|---|---|---|
| Anthony Smith | 16 Jun 2008 08:09 | |
| Anthony Smith | 17 Jun 2008 10:26 | |
| John Lacey | 17 Jun 2008 10:38 | |
| Anthony Smith | 17 Jun 2008 11:05 |
| Subject: | Re: Search results stop showing![]() |
|---|---|
| From: | John Lacey (jl1...@gmail.com) |
| Date: | 06/17/2008 10:38:23 AM |
| List: | com.googlegroups.google-enterprise-developer |
Hi Anthony,
This is bug 239733. The choice for omitting results is made before authorization, and if all of the shown results fail authorization then no search results will be shown. The only workaround that I know of is to add the filter parameter to your URL. You can also do that in the stylesheet. With filter=0, no search results will be omitted. You could experiment with filter=p, to retain the duplicate snippet filtering.
In case you want to do this in your stylesheet, here are the steps :
-- In the stylesheet, search for : <!-- * space_normalized_query: q = / GSP/Q * --> and make that area look like this :
</xsl:if> <input type="hidden" name="filter" value="0"/> </xsl:template>
<!-- * space_normalized_query: q = /GSP/Q * -->
--
After saving the stylesheet, you might need to add &proxyreload=1 to the search URL to reload the stylesheet.
John L
On Jun 17, 10:26 am, Anthony Smith <anth...@frontlinelogic.com> wrote:
I've discovered some things since my last message. It looks like the GSA is caching results returned by the user which is why I wasn't seeing things coming through the AuthorizationManager. What is happening though is that when I'm debugging the AuthorizationManager I notice that only one item is coming through and it has a bunch of omitted results (which don't come through the AuthorizationManager). So the problem is that if the one that comes through fails to authorize it won't show any of the omitted results which the user may be authorized to view so it isn't returning anything. It's important that these items are returned.
Anthony Smith, Developer Frontline Logic, Inc.http://www.frontlinelogic.com
Office Number +1 765-854-0739 Mobile Number +1 765-461-5254
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. If you are not the named addressee you should not disseminate, distribute or copy this e-mail.
On Jun 16, 2008, at 11:10 AM, Anthony Smith wrote:
I'm experiencing some weird behavior. On our development GSA I recently reset the index. I waited until about 100 items were indexed and started doing some searches. I did single keyword searches on titles like "subversion" and author searches and it would return several results. At about 400 indexed items the search with the same keyword/author stopped returning any results. I'm a little confused by this behavior. The GSA doesn't even run the AuthorizationManager for these items anymore so it's like part of that index for that item has disappeared or corrupted or something. On the title searches I am able to search on an items full title and it will return an item. The author searches fail altogether. Any ideas?
smime.p7s 3KDownload
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Enterprise Developer Forum" group.
To post to this group, send email to
Goog...@googlegroups.com
To unsubscribe from this group, send email to
Goog...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Google-Enterprise-Developer?hl=en
-~----------~----~----~----~------~----~------~--~---




