Skip to content

Commit

Permalink
Update title to be single value
Browse files Browse the repository at this point in the history
resolves #158
  • Loading branch information
jordanpadams committed Nov 26, 2024
1 parent 99fbc3d commit 124dd07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
<field name="telescope_altitude" type="pfloat" indexed="true" stored="true" multiValued="true" />
<field name="telescope_coordinate_source" type="string" indexed="true" stored="true" multiValued="true" />
<field name="telescope_description" type="string" indexed="true" stored="true" multiValued="true" />
<field name="title" type="text_en_splitting_tight" indexed="true" stored="true" multiValued="true" />
<field name="title" type="text_en_splitting_tight" indexed="true" stored="true" multiValued="false" />

<!-- A few aliases of the fields above, filled in via copyField, below -->
<field name="agency" type="lowercase" indexed="true" stored="false" multiValued="true" />
Expand Down

0 comments on commit 124dd07

Please sign in to comment.