- Patch #12232 by Steven: more search improvements:
+ When a comment is posted, a node needs to be re-indexed. Luckily, we can use node_comment_statistics for this easily. + When a node is deleted, it should be deleted from the search index as well. + The search wipe didn't properly remove links to nodes from the index. + Section url was faulty in _help. + Minor code rearrangement.
Showing
- database/database.mysql 1 addition, 0 deletionsdatabase/database.mysql
- database/updates.inc 1 addition, 0 deletionsdatabase/updates.inc
- modules/node.module 4 additions, 1 deletionmodules/node.module
- modules/node/node.module 4 additions, 1 deletionmodules/node/node.module
- modules/search.module 26 additions, 11 deletionsmodules/search.module
- modules/search/search.module 26 additions, 11 deletionsmodules/search/search.module
Loading
Please register or sign in to comment