Skip to content

Commit

Permalink
Fix title filter for images
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne committed May 7, 2019
1 parent e4a414e commit 952bee2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions src/js/constants/documentsProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"area":{
"letter":"a",
"fields":[
{"id": "title", "properties": {"url":"q"}},
{"id": "title"},
{"id": "summary"},
{"id": "description"},
{"id": "lang", "properties": {"url":"l"}},
Expand All @@ -15,7 +15,7 @@
"article":{
"letter":"c",
"fields":[
{"id": "title", "properties": {"url":"q"}},
{"id": "title"},
{"id": "summary"},
{"id": "description"},
{"id": "lang", "properties": {"url":"l"}},
Expand All @@ -39,7 +39,7 @@
"book":{
"letter":"b",
"fields":[
{"id": "title", "properties": {"url":"q"}},
{"id": "title"},
{"id": "summary"},
{"id": "description"},
{"id": "lang", "properties": {"url":"l"}},
Expand Down Expand Up @@ -103,7 +103,7 @@
"map":{
"letter":"m",
"fields":[
{"id": "title", "properties": {"url":"q"}},
{"id": "title"},
{"id": "summary"},
{"id": "description"},
{"id": "lang", "properties": {"url":"l"}},
Expand All @@ -118,7 +118,7 @@
"letter":"o",
"geoLocalized":true,
"fields":[
{"id": "title", "properties": {"url":"q"}},
{"id": "title"},
{"id": "summary"},
{"id": "description"},
{"id": "conditions_levels", "properties": {"activities": ["skitouring", "snowshoeing", "ice_climbing", "snow_ice_mixed"]}},
Expand Down Expand Up @@ -199,7 +199,7 @@
"letter":"r",
"geoLocalized":true,
"fields":[
{"id": "title", "properties": {"url":"q"}},
{"id": "title"},
{"id": "summary"},
{"id": "route_history"},
{"id": "description"},
Expand Down Expand Up @@ -269,7 +269,7 @@
"letter":"w",
"geoLocalized":true,
"fields":[
{"id": "title", "properties": {"url":"q"}},
{"id": "title"},
{"id": "summary"},
{"id": "description"},
{"id": "access", "properties": {"waypoint_types":["access", "climbing_indoor", "climbing_outdoor", "hut", "local_product", "slackline_spot"]}},
Expand Down Expand Up @@ -337,7 +337,7 @@
"letter":"x",
"geoLocalized":true,
"fields":[
{"id": "title", "properties": {"url":"q"}},
{"id": "title"},
{"id": "summary"},
{"id": "description"},
{"id": "place"},
Expand Down
3 changes: 2 additions & 1 deletion src/js/constants/fieldsProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,8 @@
"required": true,
"parent": "locales",
"minLength": 3,
"queryMode": "input"
"queryMode": "input",
"url": "q"
},
"training":
{
Expand Down

0 comments on commit 952bee2

Please sign in to comment.