in reply to Re^4: Editing node titles w.r.t. Perl 6
in thread Editing node titles w.r.t. Perl 6

That's not a bad idea! It would be easy enough to add a checkbox to let the user choose whether to "search bodies also". We could also easily add a user setting to let the user choose a default state for that checkbox.

I reckon we are the only monastery ever to have a dungeon stuffed with 16,000 zombies.
  • Comment on Re^5: Editing node titles w.r.t. Perl 6

Replies are listed 'Best First'.
Re^6: Editing node titles w.r.t. Perl 6 (search cost)
by tye (Sage) on Nov 26, 2016 at 23:53 UTC

    Unfortunately, searching node bodies is significantly slower and even more significantly more expensive on the back-end. This is why super search intentionally makes it difficult to search bodies via just a link.

    So I think you could add a checkbox that requests the searching include post bodies. But it should probably be unchecked by default. And the implementation should not break super search's protection against simple links specifying a body search.

    - tye