Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.

Commit 5abf806

Browse files
committed
Fixed #484: no longer extract full doc at search by default
1 parent 62bc770 commit 5abf806

File tree

1 file changed

+2
-1
lines changed
  • app/templates/rest-api/config/options

1 file changed

+2
-1
lines changed

app/templates/rest-api/config/options/all.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@
152152
-->
153153

154154
<!-- This will extract the latitude and longitude from the search. -->
155-
<extract-document-data selected="all">
155+
<extract-document-data selected="include">
156+
<extract-path>//location</extract-path>
156157
</extract-document-data>
157158

158159
</options>

0 commit comments

Comments
 (0)