Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t/fts
AgeCommit message (Expand)Author
2015-03-06Merge branch '4.2/fts-refactor-performance' into 4.2-trunkJesse Vincent
2015-03-05Default to storing the tsvector in a new table, to speed indexingAlex Vandiver
2015-03-05Sphinx 1.10 and above want an explicit binlog_pathAlex Vandiver
2015-02-05Merge branch '4.2/mysql-native-fts' into 4.2-trunkKevin Falcone
2015-01-09Using a separate MyISAM table, we can also support FTS on MySQL < 5.6Alex Vandiver
2015-01-09Support native FTS on MySQL 5.6 and aboveAlex Vandiver
2015-01-08Rename Sphinx FTS search tests to "sphinx", not "mysql"Alex Vandiver
2014-12-24Add tests for UTF-8 charactersAlex Vandiver
2013-12-27Default to 127.0.0.1 in tests to work on MySQL 5.5Alex Vandiver
2013-11-09Configure an IndexName for Oracle FTS testsThomas Sibley
2013-05-20Escape { and } in regexes when used as literalsThomas Sibley
2012-11-01update code to meet code policysunnavy
2011-09-30Merge branch '4.0-trunk' into 4.0/parallel-test-raceAlex Vandiver
2011-09-20In Postgres, simply skip attachments whose tsvectors are too largeAlex Vandiver
2011-06-08Use a locked file to eliminate race conditions when picking a port and db nameAlex Vandiver
2011-05-22Adjust test count, post-b65f769Alex Vandiver
2011-05-18Merge branch '4.0/fulltext-search' into 4.0-trunkKevin Falcone
2011-05-09Merge branch '4.0/mysql-fts' into 4.0/fulltext-searchAlex Vandiver
2011-05-06searchd does not pick up the new indexes immediately; sleep a second in the testAlex Vandiver
2011-05-06Don't conflict with an existing searchd on the default portAlex Vandiver
2011-05-06Fix tests, and test all three possibilities of (1||0), (0||1), (1||1)Alex Vandiver
2011-05-06no more Column option, but MaxMatches should be definedRuslan Zakirov
2011-05-06test FTS condition (no matches) ORed with subjectRuslan Zakirov
2011-05-06test indexed FTS on mysqlRuslan Zakirov
2011-05-06Tests to ensure we can return no tickets :)Shawn M Moore
2011-05-06Tests for Pg fulltext word stemming (searching for "books" finds "book")Shawn M Moore
2011-05-06Don't put the content we're searching for in test ticket subjectsShawn M Moore
2011-05-06Clear @tickets at the end of the scriptShawn M Moore
2011-04-28Actually set the table and columns like users will when testingAlex Vandiver
2011-03-01Fix two test counts that c3f6b26 missedAlex Vandiver
2011-02-26Update test counts to reflect better method reflectionAlex Vandiver
2010-12-28Skip fulltext tests on Pg < 8.2, where it was introducedAlex Vandiver
2010-11-03forgot to commit tests for not indexed searchRuslan Zakirov
2010-10-22fix issues related to RT::Test->create_tickets mergeRuslan Zakirov
2010-10-21sync index after inserting dataRuslan Zakirov
2010-10-21create_tickets and create_ticket in RT::TestRuslan Zakirov
2010-10-16add tests for FTS on Oracle. they passRuslan Zakirov
2010-10-13complete test fileRuslan Zakirov
2010-10-07t/fts/indexed_pg.tRuslan Zakirov