Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Name sdk methods for search and searchByKeyword
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Dec 3, 2013
1 parent 9cd5c10 commit 1f0b680
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions core/src/plugins/index.lucene/manifest.xml
Expand Up @@ -30,15 +30,19 @@
write="false" adminOnly="false">
</rightsContext>
<processing>
<serverCallback methodName="applyAction" restPath="/query/"/>
<serverCallback methodName="applyAction" restParams="/query/" sdkMethodName="search">
<input_param description="Query term" name="query" type="string"/>
</serverCallback>
</processing>
</action>
<action name="search_by_keyword">
<rightsContext noUser="true" userLogged="only" read="true"
write="false" adminOnly="false">
</rightsContext>
<processing>
<serverCallback methodName="applyAction" restPath="/query/"/>
<serverCallback methodName="applyAction" restParams="/query/" sdkMethodName="searchByKeyword">
<input_param description="Query term" name="query" type="string"/>
</serverCallback>
</processing>
</action>
<action name="check_lock">
Expand Down

0 comments on commit 1f0b680

Please sign in to comment.