summaryrefslogtreecommitdiffstats
path: root/askbot/search
Commit message (Collapse)AuthorAgeFilesLines
* 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" ↵Evgeny Fadeev2013-03-101-0/+304
| | | | info onto the thread objects
* 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 ↵Evgeny Fadeev2012-11-231-0/+6
| | | | query update on other links (sort orders, etc) but seems to work
* 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 ↵Evgeny Fadeev2012-10-161-0/+98
| | | | django admin
* 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
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: askbot/models/__init__.py askbot/models/question.py askbot/setup_templates/settings.py askbot/setup_templates/settings.py.mustache askbot/tests/__init__.py askbot/tests/badge_tests.py askbot/tests/db_api_tests.py askbot/views/commands.py askbot/views/readers.py askbot/views/users.py askbot/views/writers.py
| * 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
| | | | | | | | search query is empty otherwise
| * downgraded search rankings for comments and answers relative to the question ↵Evgeny Fadeev2012-05-231-0/+225
| | | | | | | | title, tags and the body
* | added tests for haystackAdolfo Fitoria2012-06-211-41/+42
| |
* | partially fixed relevance bug, it still does not produces the very same ↵Adolfo Fitoria2012-06-201-0/+1
| | | | | | | | results as postgres but it (kinda) works
* | 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
| | | | | | | | | | | | migrated. Added search indexes.
* | initial index, needs work and testing, temporal commit to change the score ↵Adolfo Fitoria2012-06-181-0/+43
|/ | | | field in the models
* 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 ↵Evgeny Fadeev2012-03-121-0/+2
| | | | works for postgres 9
* 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 ↵Tomasz Zielinski2012-01-191-13/+36
| | | | upgraded some old ones
* made dedicated scripts for full text search setup in postgres - per version ↵Evgeny Fadeev2012-01-163-0/+440
| | | | of the database schema, fts is still broken
* 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 ↵Tomasz Zielinski2012-01-141-5/+5
| | | | templates and template filters
* Page_size removed for questionsTomasz Zielinski2012-01-141-14/+2
|
* Bugfix: `Ask youe question` button now get its initial title parameter from ↵Tomasz Zielinski2012-01-141-1/+11
| | | | search query
* 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
| | | | a lot of attention
* 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
|\