Changes between Initial Version and Version 2 of Ticket #11

Show
Ignore:
Timestamp:
05/07/09 20:50:15 (16 years ago)
Author:
khaled
Comment:

Corrected problem where content is unpublished and search index has not yet been rebuilt by suppressing search results that yield null in the HealthGuruSearch? class. NULL returns are not added to the search result array now.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11

    • Property severity changed from New / Just Added to Complete - Ready for QA
    • Property milestone changed from Beta 3 Bugs / Fixes to Beta 10 Release
  • Ticket #11 – description

    initial v2  
    11If content is un-published (DB status field changed to 4, published=2, draft=1) it causes search to break (as a 404 error not a search error). 
     2 
     3 
     4Test Plan 
     51. Go to any site and search for a specific piece of content by exact title. Confirm that it returns as a result (ideally the first). 
     62. Go into Admin and unpublish the content. 
     73. Confirm that the same search for the specific content piece succeeds (no error page) and does not include the unpublished content.