X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=Rakka.git;a=blobdiff_plain;f=Rakka%2FStorage%2FTypes.hs;h=c83e53e0cd3bf8663eba2883573eeda9f2775708;hp=2944f287038ba81ee45389694bcfc8901ba73b56;hb=529f792d338c75910079903e143d4dd21bd806c3;hpb=e751af5e3d23d7757f363bf4e86f9d732d90be7f diff --git a/Rakka/Storage/Types.hs b/Rakka/Storage/Types.hs index 2944f28..c83e53e 100644 --- a/Rakka/Storage/Types.hs +++ b/Rakka/Storage/Types.hs @@ -36,6 +36,7 @@ data SearchResult data SnippetFragment - = NormalText !String + = Boundary + | NormalText !String | HighlightedWord !String deriving (Show, Eq) \ No newline at end of file