mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Basic search view for shares
This commit is contained in:
@ -8,6 +8,7 @@
|
||||
module Data.Items exposing
|
||||
( concat
|
||||
, first
|
||||
, flatten
|
||||
, idSet
|
||||
, length
|
||||
, replaceIn
|
||||
@ -21,6 +22,11 @@ import Set exposing (Set)
|
||||
import Util.List
|
||||
|
||||
|
||||
flatten : ItemLightList -> List ItemLight
|
||||
flatten list =
|
||||
List.concatMap .items list.groups
|
||||
|
||||
|
||||
concat : ItemLightList -> ItemLightList -> ItemLightList
|
||||
concat l0 l1 =
|
||||
let
|
||||
|
Reference in New Issue
Block a user