diff options
-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) |