summaryrefslogtreecommitdiffstats
path: root/askbot/search
Commit message (Expand)AuthorAgeFilesLines
* fixed bug in the main page paginationEvgeny Fadeev2013-05-181-2/+13
* changed logical AND to OR in text searchEvgeny Fadeev2013-04-091-1/+1
* merged the master branchEvgeny Fadeev2013-03-271-2/+6
|\
| * allowed to enable and disable scopes on the main pageEvgeny Fadeev2013-03-221-2/+6
* | added a hack for short japanese queriesEvgeny Fadeev2013-03-241-0/+5
|/
* fixed some issues in postgres full text search and transferred "deleted" info...Evgeny Fadeev2013-03-101-0/+304
* allowed search by email address in the user search barEvgeny Fadeev2013-02-261-0/+102
* fixed user search bug in postgresqlEvgeny Fadeev2013-02-211-1/+5
* multilingual search works for the Q&A contentEvgeny Fadeev2013-02-021-25/+34
* some work towards multilingual searchEvgeny Fadeev2013-02-012-4/+317
* fixed one bug in the language-specific search in the multilingual setupEvgeny Fadeev2013-01-221-2/+3
* added basic support for multilingual contentEvgeny Fadeev2013-01-061-0/+5
* wrapped tsv column creationss into own transactions in the plpgsql fileEvgeny Fadeev2012-12-131-1/+10
* added title full text search indices for postgresql and mysqlEvgeny Fadeev2012-11-272-7/+248
* added full text title search for mysqlEvgeny Fadeev2012-11-271-11/+0
* refactored live_search with prototypal inheritance, there is a bug in the qu...Evgeny Fadeev2012-11-231-0/+6
* cleaned up mysql-specific utility functionsEvgeny Fadeev2012-10-161-22/+7
* fixed a bug where user cannot be deleted with postgres db backend in the djan...Evgeny Fadeev2012-10-161-0/+98
* fixed haystack test issueAdolfo Fitoria2012-10-081-1/+1
* fixing some tests and merge errors, commit before the lights goes outAdolfo Fitoria2012-10-021-1/+1
* Merge branch 'master' into haystackAdolfo Fitoria2012-10-023-0/+322
|\
| * fixed migration for user groupsEvgeny Fadeev2012-08-311-0/+93
| * fixed search in postgres where tag is entered into the search string and the ...Evgeny Fadeev2012-06-271-0/+4
| * downgraded search rankings for comments and answers relative to the question ...Evgeny Fadeev2012-05-231-0/+225
* | added tests for haystackAdolfo Fitoria2012-06-211-41/+42
* | partially fixed relevance bug, it still does not produces the very same resul...Adolfo Fitoria2012-06-201-0/+1
* | added haystack user indexAdolfo Fitoria2012-06-201-7/+19
* | haystack search working, bug in sort by relevanceAdolfo Fitoria2012-06-201-5/+14
* | temporal commit, search is still brokenAdolfo Fitoria2012-06-191-0/+7
* | started migrating the score field to points, models, views and testAdolfo Fitoria2012-06-181-26/+12
* | initial index, needs work and testing, temporal commit to change the score fi...Adolfo Fitoria2012-06-181-0/+43
|/
* Merge branch 'tmp' into user-groupsEvgeny Fadeev2012-05-141-2/+7
|\
| * added optional tag search boxEvgeny Fadeev2012-05-091-2/+7
* | search for users now works for the user profileEvgeny Fadeev2012-05-132-0/+83
* | added postgres search configuration for the user profilesEvgeny Fadeev2012-05-131-0/+89
|/
* fixed urls from the tag cloudEvgeny Fadeev2012-04-151-0/+5
* added drop function statements to new fts setup for postgres, hopefully it wo...Evgeny Fadeev2012-03-121-0/+2
* 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