Toby Zerner 322a84f516
Improve search performance (#1339)
* Improve fulltext gambit

* Only search in visible posts

This change relies on the `visibility-scoping` branch to be merged.

* Change posts table to use InnoDB engine

Doing a JOIN between an InnoDB table (discussions) and a MyISAM table
(posts) is very very (very) bad for performance. FULLTEXT indexes are
fully supported in InnoDB now, and it is a superior engine in every
other way, so there is no longer any reason to be using MyISAM.

* Use ::class

* Only search for comment posts

* Add fulltext index to discussions.title

* Fix migration not working if there is a table prefix

* Update frontend appearance

* Apply fixes from StyleCI

[ci skip] [skip ci]

* Show search result excerpts on mobile
2018-02-08 06:38:08 +10:30
..
2015-09-04 12:17:30 +09:30
2015-07-17 14:47:49 +09:30
2015-08-05 11:49:37 +09:30
2015-07-17 14:47:49 +09:30
2017-07-22 16:10:08 +09:30
2015-09-16 17:04:35 +09:30
2017-07-30 09:17:50 +09:30
2015-07-23 14:30:55 +09:30
2015-08-04 11:00:51 +09:30
2017-11-02 01:12:49 +01:00
2015-07-23 20:24:05 +09:30