diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-07-02 16:18:33 +0100 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-07-02 16:18:33 +0100 |
commit | 71f0b520855dd0f55c2fccefba7eec465bda91ae (patch) | |
tree | 465befce0a543245525ed04bd50b8f8a4007dc5e /sx-search.el | |
parent | 590c393a55c0e565e1eded21a5fd900e8ffcc580 (diff) | |
parent | 472000c3077f436b93e5b7a8b8ef3ae8809cb0cb (diff) |
Merge branch 'master' of github.com:vermiculus/sx.el
Diffstat (limited to 'sx-search.el')
-rw-r--r-- | sx-search.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-search.el b/sx-search.el index 4e6c4f2..885cb53 100644 --- a/sx-search.el +++ b/sx-search.el @@ -54,9 +54,9 @@ Either QUERY or TAGS must be non-nil, or the search will fail. EXCLUDED-TAGS is only is used if TAGS is also provided. KEYWORDS is passed to `sx-method-call'." - (sx-method-call 'search + (sx-method-call 'search/advanced :keywords `((page . ,page) - (intitle . ,query) + (q . ,query) (tagged . ,tags) (nottagged . ,excluded-tags) ,@keywords) |