From 3379d5ce711273d87ee05c267542e8d46ad8b9b0 Mon Sep 17 00:00:00 2001 From: simon987 Date: Mon, 17 Aug 2020 18:18:43 -0400 Subject: [PATCH] Fix #97 --- schema/mappings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schema/mappings.json b/schema/mappings.json index c887484..c4150c0 100644 --- a/schema/mappings.json +++ b/schema/mappings.json @@ -54,6 +54,10 @@ "type": "integer", "index": false }, + "pages": { + "type": "integer", + "index": false + }, "mtime": { "type": "integer" },