I'd like to suggest exposing the search indexed state of nodes (indexed or not indexed) to Views. One use case for this that I've come across is when search module crashes cron because of PHP code or something in the body of a certain node. It would be very helpful in identifying the node to get a list of those that haven't been successfully indexed yet.
Comments
Comment #1
traviscarden commentedI just realized this probably belongs in the Views queue.
Comment #2
dawehnerIn general features are implemented against 6.x first and ported later.
In general search_dataset.type = 'node' and sid = $nid and reindex = 0/1 should do it, right?
Comment #3
traviscarden commentedThanks for the clarification on implementation policy, @dereine.
I don't get "under the hood" in Views, yet, but if it helps, I've successfully used this SQL before:
Comment #4
dawehnerThis should be possible definitive.
Comment #5
iamjon commentedI'm marking this as an unassinged task based on comment #4
Comment #6
mustanggb commented