diff options
author | http://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web> | 2011-03-22 04:56:33 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-22 04:56:33 +0000 |
commit | 1bed7d438410e343d149c5a94054e15ee014f4ae (patch) | |
tree | 7b1b230c7bbdf44a2c6ac77ba6016e214c61677a | |
parent | 5c8fb38623414a968916d4d938fdcd456aceb1e7 (diff) |
clean solution is not clean
-rw-r--r-- | doc/bugs/trouble_with_base_in_search.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/trouble_with_base_in_search.mdwn b/doc/bugs/trouble_with_base_in_search.mdwn index 4ca2b4bef..ca6a6c5cc 100644 --- a/doc/bugs/trouble_with_base_in_search.mdwn +++ b/doc/bugs/trouble_with_base_in_search.mdwn @@ -51,3 +51,10 @@ And I'm sure someone else could come up with something better and more general. > directly, my HTTP vs. HTTPS cleanup in recent versions should mean that > you rarely get redirected to `alfred`, because most URLs are either > relative or "local" (start with '/'). --[[smcv]] + +>> I did try setting `url` to the "Alfred" machine, but that doesn't seem clean to me at all, since it forces someone to go to Alfred when they started off on Betty. +>> Even worse, it prevents me from setting up a test environment on, say, Cassandra, because as soon as one tries to search, one goes to Alfred, then Betty, and not back to Cassandra at all. +>> Hardcoded solutions make me nervous. + +>> I suppose what I would like would be to not need to use a `<base href>` in searching at all. +>> --[[KathrynAndersen]] |