Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-45050

QML EnginioClient fullTextSearch not working

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • P2: Important
    • None
    • 5.4.1
    • (Inactive) Enginio
    • None

    Description

      I created a query in QML as follows:
      var query = {
      "objectTypes": ["objects.product"],
      "search":

      { "phrase": text + "*" }

      }
      var reply = client.fullTextSearch(query)

      Enginio returns reply with error:

      { "reason": "InvalidParameter", "message": "objectTypes parameter is required" }

      C++ fullTextSearch works fine.

      It seems that query function (enginioclient_p.h) handles javascript array incorrect.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            frederik Frederik Gladhorn
            occash Artyom Shal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes