Wrong Search Result match count in Global Search - ESS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2011 07:42 AM
we have a global search which searches from Catalog and Knowledge tables. but it displays the incorrect number of matching results on ESS page.
When it says, 11 results found, it displays only 7 results. So the Count of found results and actual display of results do not match. Any idea how to fix this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2011 08:41 AM
This appears to be a bug with catalog items that do not have a category being included in the count, but excluded from the result list. We are looking into this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2011 09:27 AM
A quick fix would be to modify the search group and add filter of category is not empty in the catalog text search table record. This should correct the count to match the results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2011 09:51 AM
Thanks a lot John. I tried that but looks llke still not working.
I have 3 filter conditions on sc_cat_item table currently.
1).Active is true
and no search is false
and category is not empty.
is something missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-24-2011 10:22 AM
Items from the catalog are not displayed (catalog or search) if the item category is inactive. Looking at your dev instance shows that the items not displayed are in categories that are inactive. So you might want to add another filter for category.active=true to get the count to display correctly.