binshops / laravel-blog

Laravel Blog Package/ Laravel CMS. Easiest way to add a blogging system to your Laravel website. Laravel Blog.

Home Page:https://www.binshops.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fulltext Search - search throughout all blog posts

medab123 opened this issue · comments

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'laravel_fulltext' doesn't exist (Connection: mysql, SQL: select * from laravel_fulltext where MATCH (indexed_title, indexed_content) AGAINST (+f* IN BOOLEAN MODE) order by (1.5 * (MATCH (indexed_title) AGAINST (f*)) + 1 * (MATCH (indexed_title, indexed_content) AGAINST (f*)) ) DESC limit 100)

make sure you have run the migrations.