Zaid-Ajaj / LiteDB.FSharp

Advanced F# Support for LiteDB, an embedded NoSql database for .NET with type-safe query expression through F# quotations
MIT License
180 stars 22 forks source link

fullSearch doesn't normalize the Id property name when constructing the query #8

Closed Zaid-Ajaj closed 6 years ago

Zaid-Ajaj commented 6 years ago

albums.fullSearch <@ fun album -> album.Id @> pred doesn't work because the property Id is used as is, instead it should be normalized to _id the same way the document is stored