Hi
On 28 Mar 2008, at 10:52, "Matt Goodall" <[EMAIL PROTECTED]> wrote:
On 28/03/2008, Jan Lehnardt <[EMAIL PROTECTED]> wrote:
By the way, how do you perform a full text search on CouchDB? I'm
probably missing something really obvious but I didn't spot anything
that actually calls couch_ft_query:execute/2. I was planning to
trace
it back from there to discover the URL.
We do not expose that through HTTP at this moment. To test things you
need to start couchdb with the erlang shell (-I flag) and call the
erlang function by hand.
Aha, that would explain it then!.
Are there any plans for how the FT search will be exposed via HTTP? If
so, I might have a go at implementing the HTTP part too
Since we plan to move our HTTP
Layer to Mochiweb, you might want to hold back. Or start the Mochiweb
port :)
Cheers
Jan
--