label_minor -> labelMinor, closer to all camelCase api

This commit is contained in:
Simon Howe
2016-10-19 10:50:11 +02:00
parent bec4d281c3
commit 2ca23507de
8 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import { slugify } from './string-utils';
// topolevel search fields
const SEARCH_FIELDS = makeMap({
label: 'label',
sublabel: 'label_minor'
sublabel: 'labelMinor'
});
const COMPARISONS = makeMap({