Skip to content

Commit

Permalink
add dateString to indexedFields
Browse files Browse the repository at this point in the history
  • Loading branch information
bewest committed Aug 24, 2015
1 parent 7ec2cab commit 7f637e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/entries.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function storage(env, ctx) {
api.remove = remove;
api.persist = persist;
api.getEntry = getEntry;
api.indexedFields = [ 'date', 'type', 'sgv', 'sysTime' ];
api.indexedFields = [ 'date', 'type', 'sgv', 'sysTime', 'dateString' ];
return api;
}

Expand Down

0 comments on commit 7f637e4

Please sign in to comment.