From 472000c3077f436b93e5b7a8b8ef3ae8809cb0cb Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Thu, 2 Jul 2015 15:19:09 +0100 Subject: Fix #296 Make searching a bit fuzzier. --- sx-search.el | 4 ++-- 1 file 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) -- cgit v1.2.3