# Full Text Search handleMultilVal Graph setting Issue

**URL:** https://community.neo4j.com/t/full-text-search-handlemultilval-graph-setting-issue/29917
**Category:** Linked Data, RDF, Ontology
**Created:** [December 1, 2020, 10:39am UTC](https://community.neo4j.com/t/full-text-search-handlemultilval-graph-setting-issue/29917 "2020-12-01T10:39:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![thsohn17](https://sea1.discourse-cdn.com/flex021/user_avatar/community.neo4j.com/thsohn17/32/13936_2.png) [@thsohn17](https://community.neo4j.com/u/thsohn17)
#### Post date: [December 1, 2020, 10:39am UTC](https://community.neo4j.com/t/full-text-search-handlemultilval-graph-setting-issue/29917/1 "2020-12-01T10:39:57Z")

</div>

Dear all,

when i init graph setting handleMultival: to "ARRAY", and set multivalPropList: to specific property like rdfs:label , then do full text search index on rdfs:label property , db.fultext.index.queryNode procedure return nothing on index i made, but if i set handleMultiVal to "OVERWRITE" and make index on rdfs:label , full text query works just fine.

my question is how can i figure out this issue?  
Thanks

---

<div class="post-metadata">

### Author: ![stefan.armbruster](https://sea1.discourse-cdn.com/flex021/user_avatar/community.neo4j.com/stefan.armbruster/32/74_2.png) [@stefan.armbruster](https://community.neo4j.com/u/stefan.armbruster)
#### Post date: [December 2, 2020, 10:20pm UTC](https://community.neo4j.com/t/full-text-search-handlemultilval-graph-setting-issue/29917/2 "2020-12-02T22:20:12Z")

</div>

fulltext indexes do operate only on string properties and not on string array properties. Maybe you want to concatenate all the array contents into one large string and index that one?
