Tagged: ismael
-
AuthorPosts
-
May 4, 2017 at 2:22 pm #787820
Hi Team,
your nice search don’t find any kewords that we have in our portfolio items?
What is wrong?Thank you and regards
MikeMay 4, 2017 at 2:31 pm #787824e.g. http://tanja.aix-dev.de/ and search for DUOSOFT
This Keyword is added to one portfolio item:May 6, 2017 at 8:06 pm #788893Hi,
You can try enable a plugin like ” Search Everything ” which will help with the issue.
The problem is not on our theme, it is how WordPress Search is working.We appreciate your understanding
Best regards,
BasilisMay 8, 2017 at 2:21 pm #789601Hi Basilis,
I have instaled ” Search Everything ” and it works *not* with your Ajax Search
but the normal searchscreen will find the keyword (see Screenshot).
May 9, 2017 at 7:49 am #790044Hi,
Please try the Relevanssi or the SearchWP plugin then integrate it with the theme by using the following filters.
// http://kriesi.at/documentation/enfold/use-searchwp-instead-of-the-standard-search/
// http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/Or remove the default ajax search feature then use this plugin.
Best regards,
IsmaelMay 10, 2017 at 12:55 pm #791045Hi Ismael,
thanky you, Relevanssi work with your filters and Ajax Seach find tags :)
Best regards
MikeMay 10, 2017 at 1:02 pm #791049… but yet tehere is an other problem :(
The result popup of ajax search is to long, longer than screen and show because that no mor the link
to all results.
May 11, 2017 at 12:48 pm #791610Hi,
Please use the following filter to limit the search results.
add_filter('avf_ajax_search_query', 'avf_modify_ajax_search_query', 10, 1); function avf_modify_ajax_search_query($search_parameters) { parse_str($search_parameters, $params); $params['numberposts'] = 5; $search_parameters = http_build_query($params); return $search_parameters; }
Best regards,
IsmaelMay 11, 2017 at 1:48 pm #791633Hi Ismael,
thank you but this don’t work – same result
Maybe because we use Rlevanssi after you recommend this for us?Best Regards
MikeMay 12, 2017 at 4:13 am #792015Hi,
I see. Please remove the modification then replace the relevanssi filter with the following.
add_filter('avf_ajax_search_function', 'avia_init_relevanssi', 10, 4); function avia_init_relevanssi($function_name, $search_query, $search_parameters, $defaults) { $function_name = 'avia_relevanssi_search'; return $function_name; } function avia_relevanssi_search($search_query, $search_parameters, $defaults) { global $query; $tempquery = $query; if(empty($tempquery)) $tempquery = new WP_Query(); $tempquery->query_vars = $search_parameters; relevanssi_do_query($tempquery); $posts = array_slice($tempquery->posts, 0, 5); return $posts; }
Best regards,
IsmaelMay 12, 2017 at 9:51 am #792176Hi Ismael,
sorry, but with this code ajax seach find nothing.
Best regards
MikeMay 12, 2017 at 7:35 pm #792473May 15, 2017 at 9:06 am #793213Hi,
this code find the searchterm but we have the old problem that
the result popup of ajax search is to long, longer than screen.
Best Regards
MikeMay 17, 2017 at 5:01 am #794602Hi,
I thought it would work. Anyway, I searched for old threads and there seems to be no way to limit the ajax search results when using the plugin. Please refer to this link for a possible workaround.
// https://kriesi.at/support/topic/limit-ajax-search-results-with-relevanssi/#post-404320
Best regards,
IsmaelMay 17, 2017 at 8:20 am #794691Hi,
I thought it would work. Anyway,
This would be great. Maybe it is an nice idea you try it out for you self on my server,
you have all data you need?!Regards
MikeMay 18, 2017 at 7:43 am #795318Hi,
you self on my server,
you have all data you need?!I’m sorry but I don’t have that info. Please post it in the private field.
Best regards,
IsmaelMay 18, 2017 at 8:45 am #795703Oh, I think you got it…
May 19, 2017 at 1:55 pm #796576Hi,
I tried to login to the site but I got the following notice.
The site ahead contains malware
Attackers currently on http://www.mueller-arbeitsschutz.de might attempt to install dangerous programs on your computer that steal or delete your information (for example, photos, passwords, messages, and credit cards).
Automatically report details of possible security incidents to Google. Privacy policy
Best regards,
IsmaelMay 19, 2017 at 2:40 pm #796595Hi Ismael,
sorry this was the old homepage, we move to an other provider with this domain.
Maybe you can try 2 days later, when google move the attacks warning.
I am on holliday for the next 14 days :) – read you later – hope so!Best regards
MikeMay 20, 2017 at 3:56 pm #797028Hi,
Alright. I’ll check it again after two days. Enjoy your holidays! :)
Best regards,
IsmaelMay 20, 2017 at 4:06 pm #797035Hi Ismael,
thank you :)
Google no more block this page since today – all is fine you can start.
Read you later…Best regards
MikeMay 22, 2017 at 4:27 am #797356Hi,
We limited the search result to 5 items. Please remove browser cache or hard refresh before checking the page.
Best regards,
IsmaelJune 6, 2017 at 1:26 pm #804494Hi Ismael,
I am back from holidays, thank you for your solution and your great support, this works fine :)
Were you are limited the search result to 5 items, tell me file and line please, that will be nice :)Best regards
MikeJune 7, 2017 at 2:32 am #804770 -
AuthorPosts
- The topic ‘Ajax search don't find keywords?’ is closed to new replies.