-
Notifications
You must be signed in to change notification settings - Fork 575
Important 2 problems with search ( comma words and left_join for search in other column ) #1194
Comments
THIS IS MY 2 FILES |
@unloft hi there, would you be able to describe the issue you're having a little more clearly? Thanks |
When researching a word or combination of words all works. Sorry for my confused explanation . |
@unloft not a problem, this is much better. Thank you 😄 |
Hi the code for search in custom_filed (text): anchor/models/post.php `public static function search($term, $page = 1, $per_page = 10) {
**# what do you think ? @daviddarnes |
Summary
I followed this commit : #248
but not work... error on left_join ( point of null)
I want include in my search box the post_meta.data column
for search also in my custom fields but this changes not work. ( commit #248 )
I would also add comma words..... for example in italian : " d'amore " or " I'm " in
English
how can I do?
You can help me?
You can test my search box URL: http://www.albatrosmagazine.net/
The text was updated successfully, but these errors were encountered: