Kevin Roast c7bcfd00a4 Added query template support to the new JavaScript Search API.
- JavaScript search query now supports adding query templates to the query definition object:

   search
   {
      query: string,
      store: string,
      language: string,
      templates: [],          optional, Array of query language template objects (see below) 
      sort: [],
      page: object
   }
   
   template
   {
      field: string,          mandatory, custom field name for the template
      template: string        mandatory, query template replacement for the template
   }

   see http://wiki.alfresco.com/wiki/Full_Text_Search_Query_Syntax#Templates

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@15221 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2009-07-16 10:27:09 +00:00
..
2008-03-11 10:43:37 +00:00
2009-06-26 08:48:25 +00:00
2008-12-22 12:17:00 +00:00
2009-01-16 14:20:15 +00:00
2009-03-12 21:48:15 +00:00
2009-07-14 16:35:27 +00:00
2009-07-14 16:35:27 +00:00