Kevin Roast 58e0aeee50 Webscripts (or plain javascript) in the repo tier can now optionally provide an additional 'store' reference as the first argument to the various search APIs:
- search.luceneSearch("TEXT:alfresco") <- original API
 - search.luceneSearch("workspace://SiteStore", "TEXT:website") <- new API
This allows script developers to search other stores such as the new SiteStore.

NOTE: some script writers were trying to use the public Sping bean setter method on the Search object called setStoreUrl() as a hack to do this previously - that technique is NOT thread safe and should not be used - that mechanism has now been blocked by the bean and will throw an exception.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9508 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
2008-06-18 21:29:28 +00:00
..
2008-04-03 10:28:12 +00:00
2008-03-11 06:03:17 +00:00
2008-05-22 12:40:46 +00:00
2008-05-22 12:40:46 +00:00
2008-02-08 16:30:11 +00:00
2007-02-19 17:17:36 +00:00
2008-05-19 16:00:06 +00:00
2008-03-10 12:17:10 +00:00
2008-05-08 10:46:36 +00:00
2008-01-18 12:25:24 +00:00
2007-03-06 15:00:54 +00:00
2008-05-22 12:40:46 +00:00
2008-03-07 20:39:18 +00:00
2008-03-07 10:32:22 +00:00
2008-05-22 12:40:46 +00:00
2007-09-10 22:57:18 +00:00
2008-05-22 14:18:45 +00:00
2008-03-11 10:14:52 +00:00
2008-05-22 14:18:45 +00:00
2008-03-19 10:02:57 +00:00
2008-05-22 12:40:46 +00:00
2007-09-11 03:03:50 +00:00