Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / web / modules / contrib / search_api_synonym / examples / example.json
1 [
2   {
3     "word": "cms",
4     "synonym": "content management system",
5     "type": "synonym"
6   },
7   {
8     "word": "dropal",
9     "synonym": "drupal",
10     "type": "spelling_error"
11   },
12   {
13     "word": "cq5,sitecore,sharepoint",
14     "synonym": "drupal",
15     "type": "spelling_error"
16   }
17 ]