Summary Page Global Search

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Summary Page Global Search

khh7112

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
Reply | Threaded
Open this post in threaded view
|

Re: Summary Page Global Search

Erik Bruchez
Administrator
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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Summary Page Global Search

khh7112
IS that the main search field that shows up.  it does not seem to work.

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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Summary Page Global Search

khh7112
In reply to this post by Erik Bruchez

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
Reply | Threaded
Open this post in threaded view
|

Re: Re: Re: Summary Page Global Search

Erik Bruchez
Administrator
That might be it. Let us know if it fixes the issue.

-Erik

On Fri, Mar 18, 2011 at 5:32 AM, Dr. Kevin Hunt <[hidden email]> wrote:

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




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