Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-9808

A miss configured bo search engine is silently ignored

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.8.0, 4.7.11
    • None
    • None
    • None

      The file search/archives.xml in the web was :

      	        <criteria metadata-ref="title">
      	            <test-operator>search</test-operator>
      	        </criteria>
      

      instead of

      	        <criteria field-ref="title">
      	            <test-operator>search</test-operator>
      	        </criteria>
      

      The criteria was silently ignored: no warn, no error ; at startup or at use time

            Unassigned Unassigned
            raphael Raphaël Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: