Is there some Javascript magic I need to do in order to make the search bar work on an arbitrary page derived from "two_column_body.html"?
The issue I'm seeing is that on other pages, when I search for anything, the result always display all questions. I noticed that the GET URL issued is different than when I'm on the questions screen:
Yes this is an issue in the current Askbot site.
I don't know how the Search Behavior is defined for searches inside a Question.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-09-01 11:19:15 -0500
Seen: 29 times
Last updated: Sep 01 '12
Search terms lost in pagination
Internal Server Error when trying to edit personal pro
Where are the badges in a fresh install? [fixed]
HTML Tags in titles getting eaten <fixed/>
Unknown column 'auth_user.is_approved' in 'field list' [fixed]
email for comments: link missing a href [fixed]
Bug: Horizontal Rule in Comment breaks stylesheet [fixed]
"Related questions" section shows deleted questions?
error on upvote: "Sorry, something is not right here..." [fixed]
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Problem looks like missing interaction with live_search.js, which rewrites the request url. Could someone please give a primer on how we're supposed to configure this script to get search working on an arbitrary page?
theactiveactor ( 2012-09-04 09:55:04 -0500 )editI think we should just do a non-js search in those cases - using traditional form submit with "GET" method.
Evgeny ( 2012-09-04 09:56:41 -0500 )edit