I'm trying to use the cadaver search command for full text search, but when I type:
dav:/~jablko/mediawiki/webdav.php/> search contains foo Using query: contains foo , Found 1 results (1-1) [1] /~jablko/mediawiki/webdav.php/Test 124 Jul 16 22:31 <> succeeded. dav:/~jablko/mediawiki/webdav.php/> I get results which contain "EOLfoo". The SEARCH request send by cadaver is: <?xml version="1.0" encoding="utf-8" ?> <D:searchrequest xmlns:D="DAV:"><D:basicsearch> <D:select><D:allprop/></D:select> <D:from><D:scope><D:href>/~jablko/mediawiki/webdav.php/</D:href><D:depth>infinit y</D:depth></D:scope></D:from> <D:where> <D:contains> EOLfoo</D:contains> </D:where> </D:basicsearch></D:searchrequest> I think that should be: <D:contains>foo</D:contains> - and the "EOL" is an error. Thanks so much for cadaver! I use this great tool all the time : ) Jack
signature.asc
Description: Digital signature
_______________________________________________ cadaver mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/cadaver
