Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / web / modules / contrib / search_api_synonym / examples / example.json
diff --git a/web/modules/contrib/search_api_synonym/examples/example.json b/web/modules/contrib/search_api_synonym/examples/example.json
new file mode 100644 (file)
index 0000000..9b1cae0
--- /dev/null
@@ -0,0 +1,17 @@
+[
+  {
+    "word": "cms",
+    "synonym": "content management system",
+    "type": "synonym"
+  },
+  {
+    "word": "dropal",
+    "synonym": "drupal",
+    "type": "spelling_error"
+  },
+  {
+    "word": "cq5,sitecore,sharepoint",
+    "synonym": "drupal",
+    "type": "spelling_error"
+  }
+]
\ No newline at end of file