diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnQpl89u6Sh88gg2irKxbfiwg5h0uLZyzg <Tim@web> | 2013-09-22 00:02:12 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-09-22 00:02:12 -0400 |
commit | a9f82ebf91f6b79a4150d02dbf94bdfac8115b52 (patch) | |
tree | a70f6a1782ac999d308c14bd82fb99e7f0a64f78 /doc | |
parent | 36305652eade849e19801dca856ba74e21d6a9b1 (diff) | |
download | ikiwiki-a9f82ebf91f6b79a4150d02dbf94bdfac8115b52.tar ikiwiki-a9f82ebf91f6b79a4150d02dbf94bdfac8115b52.tar.gz |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/search_plugin_questions.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/search_plugin_questions.mdwn b/doc/forum/search_plugin_questions.mdwn new file mode 100644 index 000000000..4ab985c82 --- /dev/null +++ b/doc/forum/search_plugin_questions.mdwn @@ -0,0 +1,13 @@ +Hello, + +I have started using Ikiwiki for a personal site, which is great. I would like to add search functionality with the search plugin, so have it configured with the one parameter needed, and it does see files. + +However, it seems to be doing a couple things with URLs that it shouldn't in this case: + +* The link to the page has an extraneous "/cgi" in it, e.g. instead of "https://[hostname]/sandbox/" it has ""https://[hostname]/cgi/sandbox/". +* Also, the help link is the same, so links to "https://[hostname]/cgi/ikiwiki/searching/". + +Another question I had is whether I can restrict the pages which get searched? I would like to have an internal section which isn't linked, and which doesn't pop up in search results. I know that I can configure the web server to restrict access, but would prefer that the page snippet and its presence not be advertised. + + Thanks! + Tim |