Hi All,

I have a problem with a search in the repository: Recently created
documents are no longer found.
This is the search:

<d:searchrequest xmlns:d="DAV:"
xmlns:slide="http://jakarta.apache.org/slide/";
xmlns:h="http://hippo.nl/cms/1.0";>
  <d:basicsearch>
    <d:select>
      <d:prop>
        <h:caption/>
        <d:displayname/>
        <h:index/>
        <h:type/>
        <h:publicationDate/>
        <d:modificationdate/>
        <h:title/>
        <h:contentDate/>       
      </d:prop>
    </d:select>
    <d:from>
      <d:scope>
        <d:href>${href}</d:href>
        <d:depth>3</d:depth>
      </d:scope>
    </d:from>
    <d:where>           
             <d:not-is-collection/>                          
    </d:where>
    <d:orderby>
      <d:order>
        <d:prop><h:contentDate/></d:prop>        
        <d:descending/>
      </d:order>
    </d:orderby>      
    <d:limit>
      <d:nresults>${limit}</d:nresults>
    </d:limit>    
  </d:basicsearch>
</d:searchrequest>

And this is an xml that is searched for but not found:

<document homepage="false">
        <meta>
                <language>Nederlands</language>
                <description>test</description>
        </meta>
        <content>
                <date>20081111</date>
                <color>red</color>
                <paragraphs>
                        <paragraph>
                                <header type="kop1" value="test"/>
                                <text>test</text>
                                <image/>
                        </paragraph>
                </paragraphs>
        </content>
</document>

Any thoughts?

drs. M S.P.(Mischa) Andriesse
Consultant
 
KPMG CT Information Technology B.V.
Handelsregister 33294091
 
Churchillplein 6
2517 JW Den Haag
 
Tel       +31 70 338 2249
Fax      +31 70 338 2177
Mobile  +31 6 26086836
 
[EMAIL PROTECTED]

********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Searchable archives can be found at:
MarkMail: http://hippocms-dev.markmail.org
Nabble: http://www.nabble.com/Hippo-CMS-f26633.html

Reply via email to