I cannot find the way to define a MongoRecord with a Map[String,String] field inside it in Lift – MongoRecord.
The Lift documentation says:
All standard Record Fields are supported. There is also support for Mongo specific types; ObjectId, UUID, Pattern, List, and Map.
How can I define Map and List fields?
I defined a BsonRecordMapField:
This is the implicit query for Rogue:
You can use the at operator in map now.