Wiki

Case Status Kiln
Register Log In

Wiki

 
Search
  • RSS Feed

Last modified on 8/29/2012 5:02 PM by User.

Tags:

Search

New in Kiln 2.7.5

Api/{version}/Search (GET)

Api/{version}/Search/{resultType} (GET)

In the URL, resultType is either "Changesets", "Filenames", "Code", or "BestBets" to select the result types. Any invalid resultType or no given resultType will default to BestBets. Takes

  • sQuery: the search query
  • ixRepo: the repository to search (necessary for all resultTypes except BestBets; if ixRepo is not given for a resultType, then search will default to BestBets.
  • cHits: the number of search hits to return (optional; defaults to 10)

and returns a search result record.