Skip to content

Commit

Permalink
Merge pull request #105 from nla/nn-CSDS-249
Browse files Browse the repository at this point in the history
CSDS-249: When user searches for a project using project partner filter no search results are appearing
  • Loading branch information
ninhnguyen authored Jul 11, 2023
2 parents e87f6a2 + f65dc5c commit ac637b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion banjo-jobs/conf/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<!-- project -->
<field name="parent_id" type="long" indexed="true" stored="true"/>
<field name="project_manager" type="string" indexed="true" stored="true"/>
<field name="project_partner" type="text_general" indexed="true" stored="true" />
<field name="project_partner" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="started" type="date" indexed="true" stored="true"/>

<!-- audit fields -->
Expand Down

0 comments on commit ac637b1

Please sign in to comment.