Skip to content

Commit

Permalink
Remove mention of advanced query syntax.
Browse files Browse the repository at this point in the history
Remove empty search test.
  • Loading branch information
technomancy committed Jan 18, 2017
1 parent b1cb935 commit 9c21862
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
12 changes: 1 addition & 11 deletions src/leiningen/search.clj
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,7 @@
(println " " (string/trim (first (string/split desc #"\n")))))))))

(defn ^:no-project-needed search
"Search Maven Central and Clojars for published artifacts.
The query is evaluated as a lucene search. You can search for simple string
matches or do more advanced queries such as this:
$ lein search clojure
$ lein search description:crawl
$ lein search group:clojurewerkz
$ lein search \"id:clojure version:1.6\"
$ lein search \"Riak client\"
"
"Search Maven Central and Clojars for published artifacts."
[project query]
(let [project (or project (project/make {}))
repos (into {} (:repositories project))]
Expand Down
18 changes: 0 additions & 18 deletions test/leiningen/test/search.clj

This file was deleted.

0 comments on commit 9c21862

Please sign in to comment.