search results don't fit well Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › search results don't fit well This topic has 1 reply, 2 voices, and was last updated 1 year, 9 months ago by Ernest Marcinko. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 3, 2024 at 11:57 am #49100 ofirParticipant i see in the results posts that do not contain the keyword on search and do not fit for it i sending you an example in a video https://drive.google.com/file/d/11Y0Zx6yPao8m062kaffau12kj4B0GhHv/view?usp=sharing please help me September 3, 2024 at 12:39 pm #49101 Ernest MarcinkoKeymaster Hi, When I check the original (non Elementor) post content stored in the database, then this includes all of those keywords: https://i.imgur.com/aKFQkru.png I have added the following custom code snippet to prevent that from indexing: add_filter('asp_post_content_before_tokenize_clear', function($content, $the_post) { return apply_filters('the_content', $content); }, 10, 2); Now it should be all right. Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In