mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
search for entries
This commit is contained in:
@@ -147,6 +147,12 @@ module.factory('EntryService', function($resource, $http) {
|
||||
params : {
|
||||
_method : 'mark'
|
||||
}
|
||||
},
|
||||
search : {
|
||||
method : 'GET',
|
||||
params : {
|
||||
_method : 'search'
|
||||
}
|
||||
}
|
||||
};
|
||||
var res = $resource('rest/entries/:_method', {}, actions);
|
||||
|
||||
Reference in New Issue
Block a user