Search by text
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Bobychien on December 12, 2023, 11:59Hello,
When using search by text with custom taxonomy, it works if the custom value is just a word. But if the custom value is composed of two words separated by space, it gives no results.
Thanks for your help.
Hello,
When using search by text with custom taxonomy, it works if the custom value is just a word. But if the custom value is composed of two words separated by space, it gives no results.
Thanks for your help.
Quote from Pablo Borysenco on December 12, 2023, 13:58Hello
Please drop me exact link to the issue.
Describe in more detail what I should do to get the error
Hello
Please drop me exact link to the issue.
Describe in more detail what I should do to get the error
Quote from Bobychien on December 13, 2023, 20:33https://www.kasbamusic.com/ca/cataleg/
In the search text, if you enter the name of an artist that is single word it works. For example "Aiala".
If you enter the name of an artist like "Bongo Botrako" or whatever artist that is more than one word, it doesn't work.
https://www.kasbamusic.com/ca/cataleg/
In the search text, if you enter the name of an artist that is single word it works. For example"Aiala".
If you enter the name of an artist like"Bongo Botrako" or whatever artist that is more than one word, it doesn't work.
Quote from Pablo Borysenco on December 14, 2023, 12:30Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and wp-admin access - https://share.pluginus.net/image/i20230222134615.png
Now I see that you have problems with the server( 503 errors )
Please give me a link to a product that has "Bongo Botrako"
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and wp-admin access - https://share.pluginus.net/image/i20230222134615.png
Now I see that you have problems with the server( 503 errors )
Please give me a link to a product that has"Bongo Botrako"
Quote from Bobychien on December 14, 2023, 17:01Hello,
I paste the creadentials.
And here a link to product:
Hello,
I paste the creadentials.
And here a link to product:
Quote from Pablo Borysenco on December 15, 2023, 12:16Hello
Ok! I checked it, you don’t have a product with this text (suitable for the search query)
you set up a text search by title and taxonomy - https://share.pluginus.net/image/i20231215121011.png
https://www.kasbamusic.com/ca/cataleg/punk-parranda-live/- this product does not have such a taxonomy and does not have such text "Bongo Botrako" in the title
https://c2n.me/4jY4jnW.png - you created this as a custom field using ACF, but the problem is that it is stored in serialized form and there are no filters at all that can filter by this type
Hello
Ok! I checked it, you don’t have a product with this text (suitable for the search query)
you set up a text search by title and taxonomy - https://share.pluginus.net/image/i20231215121011.png
https://www.kasbamusic.com/ca/cataleg/punk-parranda-live/- this product does not have such a taxonomy and does not have such text"Bongo Botrako" in the title
https://c2n.me/4jY4jnW.png - you created this as a custom field using ACF, but the problem is that it is stored in serialized form and there are no filters at all that can filter by this type
Quote from Bobychien on December 15, 2023, 12:35Yes, it's custom field created with ACF but search by text works anyway for artists name with single word...
Check this one for example:
Yes, it's custom field created with ACF but search by text works anyway for artists name with single word...
Check this one for example:
Quote from Pablo Borysenco on December 15, 2023, 15:13I understood you. In this case it has nothing to do with the custom field at all.
Search works by taxonomy - https://c2n.me/4jYaJJh.png https://share.pluginus.net/image/i20231215150117.png
Due to the peculiarities of taxonomy search, there must be a complete match( but this is not possible because the search word is separated by a space ).
But you can change this behavior. In file - wp-content\plugins\woocommerce-products-filter\ext\by_text\index.php - change code - https://share.pluginus.net/image/i20231215151320.png
$sub_sql[] = $wpdb->prepare("( trm.name $search_type %s)", implode(' ',$search_terms));
and do a test
I understood you. In this case it has nothing to do with the custom field at all.
Search works by taxonomy - https://c2n.me/4jYaJJh.png https://share.pluginus.net/image/i20231215150117.png
Due to the peculiarities of taxonomy search, there must be a complete match( but this is not possible because the search word is separated by a space ).
But you can change this behavior. In file - wp-content\plugins\woocommerce-products-filter\ext\by_text\index.php - change code - https://share.pluginus.net/image/i20231215151320.png
$sub_sql[] = $wpdb->prepare("( trm.name $search_type %s)", implode(' ',$search_terms));
and do a test
Quote from Bobychien on December 16, 2023, 11:01Hello Pablo,
Your solution works! Thanks!
I imagine there is no way to have autocomplete working with taxonomy search. Wright?
Hello Pablo,
Your solution works! Thanks!
I imagine there is no way to have autocomplete working with taxonomy search. Wright?
Quote from Pablo Borysenco on December 18, 2023, 14:51Hello
this should work like any other field
Hello
this should work like any other field
Quote from Bobychien on December 19, 2023, 11:49Ok. Thanks.
I have another problem. It's not relacionated but I explain it in this thread as you have creadentials to check my site:
I have a filter based on products attributes called "formats". Terms are translated with WPML.
https://www.kasbamusic.com/ca/cataleg/
It works fine when URL seo option is desactivated. But if I activate the option, the filter disappear when it's used...
All other filters (they are not translated) work well whatever the URL seo option.
Ok. Thanks.
I have another problem. It's not relacionated but I explain it in this thread as you have creadentials to check my site:
I have a filter based on products attributes called"formats". Terms are translated with WPML.
https://www.kasbamusic.com/ca/cataleg/
It works fine when URL seo option is desactivated. But if I activate the option, the filter disappear when it's used...
All other filters (they are not translated) work well whatever the URL seo option.
Quote from Pablo Borysenco on December 19, 2023, 14:27Hello
Please add FTP access - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134615.png
Hello
Please add FTP access - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134615.png
Quote from Bobychien on December 19, 2023, 14:45FTP access send
FTP access send
Quote from Pablo Borysenco on December 20, 2023, 18:48Hello
Please do a test
Hello
Please do a test
Quote from Bobychien on December 20, 2023, 19:10Nice! It's working as expected.
What was wrong?
Nice! It's working as expected.
What was wrong?
Quote from Pablo Borysenco on December 21, 2023, 11:46Hello
The problem was with our internal caching functionality.
This will be fixed in the new version
Hello
The problem was with our internal caching functionality.
This will be fixed in the new version
Quote from Bobychien on December 21, 2023, 12:08Ok.
You have a great support.
Thanks a lot!
Ok.
You have a great support.
Thanks a lot!