Skip to content
Commit 0db85cb0 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Implement support for server-side search in Akonadi

Instead of using Nepomuk and SPARQL queries, we now use SearchQuery and SearchTerm objects
to construct queries (internally represented as a JSON query language based on Baloo's
query language.

We now also support server-search, so agents that implement AgentSearchInterface can search
their storage service (like IMAP SEARCH for example) and return results back to Akonadi. This
allows us to search even items that are not indexed by a local indexing service, like Nepomuk
or Baloo.

Big thanks to Christian Mollekopf for his help

Squashed commit from akonadi/server-search branch.
parent beb484f6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment