summaryrefslogtreecommitdiffstats
path: root/askbot/search
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug where a tag could be duplicated in the URLTomasz Zielinski2012-01-291-1/+7
* Main page thread summary caching BETATomasz Zielinski2012-01-241-0/+8
* Fixes for failing tests (for both PostgreSQL and MySQL)Tomasz Zielinski2012-01-221-0/+1
* Speed optimizations for the main page; bugfixes; added new tests and upgraded...Tomasz Zielinski2012-01-191-13/+36
* made dedicated scripts for full text search setup in postgres - per version o...Evgeny Fadeev2012-01-163-0/+440
* run_advanced_search() cleanup; fixed tags filteringTomasz Zielinski2012-01-151-0/+4
* Added reseting search page to 1 on search terms change; minor cleanup of temp...Tomasz Zielinski2012-01-141-5/+5
* Page_size removed for questionsTomasz Zielinski2012-01-141-14/+2
* Bugfix: `Ask youe question` button now get its initial title parameter from s...Tomasz Zielinski2012-01-141-1/+11
* Big cleanup of search and paginationTomasz Zielinski2012-01-141-47/+86
* Further SearchState && JS cleanup - search kind of works now but still needsTomasz Zielinski2012-01-121-162/+62
* Removed some unused code related directly or indirectly to SearchStateTomasz Zielinski2012-01-111-51/+2
* Initial refactor to remove SearchState from the sessionTomasz Zielinski2012-01-111-41/+2
* merged Rosandras navigation branch to Tomasz models workEvgeny Fadeev2011-12-111-14/+35
|\
| * Merge remote-tracking branch 'upstream/master'Rosandra Cuello2011-11-231-4/+6
| |\
| * | fixed issue with page numbers and page_size, fixed issue with encoded tags, c...Rosandra Cuello2011-11-181-17/+13
| * | Changes to url structure (still missing some parts).Rosandra Cuello2011-11-161-9/+20
| * | Basic restfull urls that contain scope/sort/tags/pageRosandra Cuello2011-09-291-0/+14
* | | first pass change of search index setups for sphinx and postgres, not testedEvgeny Fadeev2011-12-041-1/+3
| |/ |/|
* | hopefully fixed the sphinx confEvgeny Fadeev2011-11-071-4/+6
|/
* made sphinx search work againEvgeny Fadeev2011-07-171-1/+1
* started working on reviving sphinx searchEvgeny Fadeev2011-07-171-57/+57
* allowed adding tag, user and title parameters in the search queryEvgeny Fadeev2011-07-011-1/+86
* made search state clear again, on second click over the questions tabEvgeny Fadeev2011-04-261-1/+0
* added display tag filter strategy - instead of just hide ignoredAndrei2011-03-211-0/+3
* fixed a bug in SearchState.update()Evgeny Fadeev2011-01-211-1/+1
* one more small change to the search state managerEvgeny Fadeev2011-01-211-0/+1
* made some tweaks in the search state managerEvgeny Fadeev2011-01-211-1/+5
* allowed removing search tags one-by-one, fixed a bug in the login system repo...Evgeny Fadeev2011-01-201-2/+9
* added option to make text search query not sticky and fixed two problems in t...Evgeny Fadeev2011-01-151-2/+25
* small refactoring - moved ViewLog class definition to the search subsystem, b...Evgeny Fadeev2011-01-142-9/+41
* fixed a bug preventing installation onto clean environmentEvgeny Fadeev2010-11-201-1/+2
* added support for sorting by relevanceEvgeny Fadeev2010-10-251-4/+4
* search kind of works now in postgresEvgeny Fadeev2010-10-231-2/+4
* fixed error in related tag counts, found by DarioEvgeny Fadeev2010-10-051-0/+15
* renamed main django app from forum to askbotEvgeny Fadeev2010-06-136-0/+301