How to use search api
Added by Clement BOUQUET about 5 years ago
Hi,
I try to use search api in redmin, but is Not documented yet.
https://www.redmine.org/projects/redmine/wiki/Rest_Search
I try to use issue.xml , but they are limited number of return to 100 despite i send args with limit 2000
Do you have some example for search for return no limited issue when i search ?
thx
clement
Replies (2)
RE: How to use search api - Added by Mischa The Evil about 5 years ago
You can take a look at the API-tests in source:/trunk/test/integration/api_test/search_test.rb to see some example requests.
RE: How to use search api - Added by Clement BOUQUET about 5 years ago
If i understand, search.xml is just for search with word.
i think i just need a search like issue.xml but with no limit. Does this exist?
I use Redmine 3.4.4.stable