Where do you hook into search rebuild?

Brent W

Well-known member
I have an add-on that is preventing me from rebuilding my search with the All option. Where should I be looking on where they are extending that area of the forum? I just need to disable that part. The rest of the add-on is working fine.
 
It would be the search_handler_class content type handler. Thing is, if you disable that then any sort of normal search indexing that the add-on does won't work either.

Even so, the handler won't necessarily be easy to disable.
 
Actually, I suppose if you can locate the search data handler class in your files, you could just comment out the "rebuildIndex" function from there.
 
Top Bottom