Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • SearchServlet. Currently, we have a SearchServlet that displays search results within the
    context of a weblog. If the weblog is a site-wide aggregated weblog, then the
    search results are site-wide. URL is of this format:
      **
      • <ctx>/<weblog-handle>search?q=<search-term>
    • FeedServlet. We also have a FeedServlet that dislays feeds in RSS/Atom formats and search
      feeds in Atom format. The URL is of this format:
      • <ctx>/<weblog-handle>/feed/entries/atom?q=<search-term>
    • Feed History is supported in search feeds via link elements with 'next' and 'previous' relations.

    ...