Folks,
I have ISearchable implemented in my module, and have recently been playing around with it to get better results. In the process, I found some really weird stuff going on.
First, if I delete a record and re-index, the old search results still appear. This gives me broken links to pages that don't exist. How do I clear out this old data?
Second, I need some clarification on how the PubDate is used. I presume it takes the content key (moduleID + key I provide, right?) and uses the PubDate to determine if the content has been modified since the last indexing. But does PubDate also affect relevance? In my case, recently published content is definitely more relevant (timely).
Finally, is there a way to programmatically restrict results to a given module ID? If so, I could use this for module-specific search, rather than build that myself.
Thanks to all you ISearchable gurus.
AldenG