![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
= ? AND link_date <= ?' |
#2
| |||
| |||
|
|
I have a full text table that I wish to search by matches and by date. Specifically my sql looks like this: SELECT url,title,link_date,headings,MATCH (title,content) AGAINST (?) AS score FROM my_table WHERE MATCH (title,content) AGAINST(?) AND link_date = ? AND link_date <= ?' This does not appear to work. How do I filter full text matches? Jeff |
|
Variable_name | Value | +--------------------------+----------------+ ft_boolean_syntax | + -><()~*:""&| | ft_max_word_len | 84 | ft_min_word_len | 4 | ft_query_expansion_limit | 20 | ft_stopword_file | (built-in) | +--------------------------+----------------+ |
![]() |
| Thread Tools | |
| Display Modes | |
| |