You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/03/14 08:01:07 UTC

[incubator-nlpcraft] branch NLPCRAFT-206 updated: Update sql_model.yaml

This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch NLPCRAFT-206
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-206 by this push:
     new 62da871  Update sql_model.yaml
62da871 is described below

commit 62da87120e37664aae9326204b4986153bf34132
Author: Aaron Radzinski <ar...@apache.org>
AuthorDate: Sun Mar 14 00:01:00 2021 -0800

    Update sql_model.yaml
---
 .../src/main/scala/org/apache/nlpcraft/examples/sql/sql_model.yaml    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/sql_model.yaml b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/sql_model.yaml
index 780442b..e53aa4c 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/sql_model.yaml
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/sql/sql_model.yaml
@@ -1470,7 +1470,7 @@ elements:
   groups:
     - "condition"
   synonyms:
-    - "^^{id() == 'col:num'^^ ^^id() == 'nlpcraft:num'}^^ "
+    - "^^{id() == 'col:num'}^^ ^^{id() == 'nlpcraft:num'}^^ "
 - id: "condition:value"
   groups:
     - "condition"
@@ -1481,7 +1481,7 @@ elements:
   groups:
     - "condition"
   synonyms:
-    - "^^{id() == 'col:date'^^ ^^id() == 'nlpcraft:date'}^^"
+    - "^^{id() == 'col:date'}^^ ^^{id() == 'nlpcraft:date'}^^"
 - id: "sort:best"
   groups:
     - "Sort criteria"