I found this. This could be my issue. We are using a 3.9 daily with mysql.
Since 2011-01-04 builds, including Orbeon Forms 3.9 builds, Form Runner uses the Lucene-based full-text index. Here too you need to store a collection.xconf
file, but it contains a different configuration:
<collection xmlns="http://exist-db.org/collection-config/1.0">
<index>
<!-- Disable the standard full text index -->
<fulltext default="none" attributes="no"/>
<!-- Lucene index is configured below -->
<lucene>
<analyzer class="org.apache.lucene.analysis.standard.StandardAnalyzer"/>
<!-- We want to index the content of all form elements -->
<text match="//*"/>
</lucene>
</index>
</collection>
That's what the free-text search field should do on the summary page.-ErikOn Thu, Mar 17, 2011 at 10:25 AM, Dr. Kevin Hunt <[hidden email]> wrote:
--
Is there a way to setup a global search that searches the entire form? I had made specific field searchable, but the customer want a search that just searches everything, without have to put it a column field.
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Free forum by Nabble | Edit this page |