Merge branch 'feature/SEARCH-2016_CastedSQLTests' into 'master'

SEARCH-2016 e2e tests added for casting in SQL

See merge request search_discovery/insightengine!441
This commit is contained in:
Keerat Lalia
2020-04-07 15:07:24 +01:00
@@ -103,6 +103,24 @@
<facetable>true</facetable>
</index>
</property>
<property name="finance:EmpNo">
<title>EmpNo</title>
<type>d:int</type>
<mandatory>false</mandatory>
<index enabled="true">
<tokenised>TRUE</tokenised>
<facetable>true</facetable>
</index>
</property>
<property name="finance:EmpDept">
<title>EmpDept</title>
<type>d:float</type>
<mandatory>false</mandatory>
<index enabled="true">
<tokenised>TRUE</tokenised>
<facetable>true</facetable>
</index>
</property>
</properties>
<associations/>
<overrides/>