[
https://issues.apache.org/jira/browse/JS2-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Woonsan Ko closed JS2-896.
--------------------------
Resolution: Won't Fix
Thanks for the patch, Jeseung.
I think the patch intended to use multiple keywords to search portlets.
However, the existing search engine allows a delimiter for the purpose: ' | '.
(The search engine follows the Lucene syntax because it's using Lucene
internally.)
For example, searching by multiple keywords can be done like the following:
http://localhost/jetspeed/ajaxapi/?action=getportlets&filter=keyword1+|+keyword2+|+keyword3
So, we don't need to fix this issue.
> Ajax api GetPortletsAction Improvement about filter
> ---------------------------------------------------
>
> Key: JS2-896
> URL: https://issues.apache.org/jira/browse/JS2-896
> Project: Jetspeed 2
> Issue Type: Improvement
> Components: Ajax
> Affects Versions: 2.1.3
> Environment: tomcat 5.5, Window Xp, IE7, FF
> Reporter: Jeseung Choi
> Assignee: Woonsan Ko
> Priority: Minor
> Fix For: 2.2
>
> Attachments: Ajaxapi_GetPortletsAction.patch
>
> Original Estimate: 3.33h
> Remaining Estimate: 3.33h
>
> Hello~
> I need getportlet list filtering by keyword.
> So, I improve to ajaxApi about GetPortletsAction search filter by keyword.
> It use to follow example.
> ex >
> http://localhost/jetspeed/ajaxapi/?action=getportlets&filter=keyword1,keyword2,keyword3
> Result portlet list is contained "keyword1,keyword2,keyword3".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]