Project

General

Profile

Actions

Feature proposal #7324

open

Extend SQL builder to support FULLTEXT index and searching

Added by krileon over 6 years ago. Updated about 2 months ago.

Status:
Assigned
Priority:
Normal
Assignee:
Target version:
Start date:
29 October 2018
Due date:
% Done:

0%

Estimated time:

Description

If not on MYSQL 5.6 simply create a regular index. There needs to be API specifically for searching these as well as if not on MYSQL 5.6 it should fallback to using LIKE instead of MATCH AGAINST.

Actions #1

Updated by krileon over 6 years ago

Proposed db function name of: searchQuote

This should toggle between LIKE and MATCH AGAINST as needed based off SQL version.

Actions

Also available in: Atom PDF