Mixing Opensearch with custom search on attributes
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2010 05:47 PM
Hi,
I would like to enhance my custom search that searches specific space(s) for specific attribute values with the keyword search function provided by opensearch. For example, mycustomsearch can search myspace for all content with attribute fiscalyear=2009. I would like to be able to find all content in myspace with attribute fiscalyear=2009 and contains text=profit (q=profit).Is there a way to mix these two and are there any examples.
TIA
I would like to enhance my custom search that searches specific space(s) for specific attribute values with the keyword search function provided by opensearch. For example, mycustomsearch can search myspace for all content with attribute fiscalyear=2009. I would like to be able to find all content in myspace with attribute fiscalyear=2009 and contains text=profit (q=profit).Is there a way to mix these two and are there any examples.
TIA
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2010 09:12 AM
You can use the Lucene search syntax. Check the Alfresco wiki for Search. Then go into the Lucene searching syntax.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2010 12:01 PM
Thanks. I did search the lucene search wiki but did not find a way to include opensearch as part of custom search. There are custom search examples and then there is reference to the keyword search function. I am looking for ways to mix these.