Login  Register

Re: Re: Summary Page Global Search

Posted by khh7112 on Mar 18, 2011; 12:32pm
URL: https://discuss.orbeon.com/Summary-Page-Global-Search-tp3385152p3387076.html

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:

    <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>


On Thu, Mar 17, 2011 at 10:46 PM, Erik Bruchez <[hidden email]> wrote:
That's what the free-text search field should do on the summary page.

-Erik

On 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




--
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