Ticket #62 (feature)

Opened 3 years ago

Last modified 2 years ago

Plagger --search foobar

Status: closed (fixed)

Reported by: miyagawa Assigned to: miyagawa
Priority: major Milestone:
Component: Plagger Version:
Keywords: Cc:

Now that we have Search::Namazu and Rast (and probably Senna), we might want plagger-search script or --search command line option, to search phrases based on Plugins you're using.

Change History

02/24/06 18:42:59: Modified by miyagawa

When we've done plagger-server, it should handle the search request and returns the result as HTML/XML whatever format.

07/30/06 16:27:58: Modified by miyagawa

(In [1186]) * Unit test for Search::Estraier

  • Implemented searcher.search in Search::Estraier. Refs #62
  • Added test_requires_command in t::TestPlagger?

08/10/06 23:30:21: Modified by miyagawa

  • status changed from new to closed.
  • resolution set to fixed.

(In [1276]) * Implement plagger-search dumb frontend. Fixes #62

  • Added Atom stream consumer to store updated entry to Search::* backends. Fixes #354