Title: rossvtec's Replies | WordPress.org

---

# rossvtec

  [  ](https://wordpress.org/support/users/rossvtec/)

 *   [Profile](https://wordpress.org/support/users/rossvtec/)
 *   [Topics Started](https://wordpress.org/support/users/rossvtec/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rossvtec/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rossvtec/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rossvtec/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rossvtec/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rossvtec/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] Get Values of place holders](https://wordpress.org/support/topic/get-values-of-place-holders/)
 *  Thread Starter [rossvtec](https://wordpress.org/support/users/rossvtec/)
 * (@rossvtec)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/get-values-of-place-holders/#post-8722311)
 * [@angelo_nwl](https://wordpress.org/support/users/angelo_nwl/) could you provide
   and example?
 * Here is what I’m trying to do.
 * $price = $EM_Event->output(‘price’);
 * But the object is empty if i try access it in functions.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Sticky List] Editing a form creates a new entry and next doesn’t works in view mode](https://wordpress.org/support/topic/editing-a-form-creates-a-new-entry-and-next-doesnt-works-in-view-mode/)
 *  Thread Starter [rossvtec](https://wordpress.org/support/users/rossvtec/)
 * (@rossvtec)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/editing-a-form-creates-a-new-entry-and-next-doesnt-works-in-view-mode/#post-8411006)
 * Found a fix for the edit functionality, if anyone else is running into this issue.
   Removing the ajax parameter (ajax=”true”) from the shortcode fixed it for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] Comment Author gets added to search results excerpt](https://wordpress.org/support/topic/comment-author-gets-added-to-search-results-excerpt/)
 *  Thread Starter [rossvtec](https://wordpress.org/support/users/rossvtec/)
 * (@rossvtec)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/comment-author-gets-added-to-search-results-excerpt/#post-6594062)
 * Here is how I fixed the issue of author showing up with the excerpt in case anyone
   is having the same issue.
    In wp-content/plugins/relevanssi/lib/indexing.php 
   on line 694 I changed `$comment_string .= apply_filters('relevanssi_comment_content_to_index',
   $comment->comment_author . ' ' . $comment->comment_content . ' ', $comment->comment_ID);`
   to `$comment_string .= apply_filters('relevanssi_comment_content_to_index', $
   comment->comment_content );`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] Comment Author gets added to search results excerpt](https://wordpress.org/support/topic/comment-author-gets-added-to-search-results-excerpt/)
 *  Thread Starter [rossvtec](https://wordpress.org/support/users/rossvtec/)
 * (@rossvtec)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/comment-author-gets-added-to-search-results-excerpt/#post-6594043)
 * When i do the following:
 * add_filter(‘relevanssi_comment_content_to_index’, ‘rlv_com_con’);
    function rlv_com_con(
   $comment) { var_dump($comment); //return $comment; } I get something like this(
   with a space at the end, no id) string(91) “comment_author Lorem ipsum dolor 
   sit amet, ei liber partem hendrerit est, sanctus laoreet no pri. ”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] Comment Author gets added to search results excerpt](https://wordpress.org/support/topic/comment-author-gets-added-to-search-results-excerpt/)
 *  Thread Starter [rossvtec](https://wordpress.org/support/users/rossvtec/)
 * (@rossvtec)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/comment-author-gets-added-to-search-results-excerpt/#post-6594006)
 * How would I use relevanssi_comment_content_to_index filter to remove comment 
   author, do you have an example?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] Comment Author gets added to search results excerpt](https://wordpress.org/support/topic/comment-author-gets-added-to-search-results-excerpt/)
 *  Thread Starter [rossvtec](https://wordpress.org/support/users/rossvtec/)
 * (@rossvtec)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/comment-author-gets-added-to-search-results-excerpt/#post-6593940)
 * Is there a way to make comment author not be indexed?
 * So if title is “This is a test question title” and you search for “test question”
   nothing comes up, or if you search and part of that post it doesn’t come up as
   if it didn’t get indexed. However a post before it or after it comes up in the
   search fine if you search for it.
 * Also another thing i noticed. If i search for a string congaing “the” word in
   results it will highlight words “the” even when “the” is part of another word(
   ie “other”). And I have added “the” word to the list of stop word list.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Access Manager] Set access by custom taxonomies on custom post types](https://wordpress.org/support/topic/set-access-by-custom-taxonomies-on-custom-post-types/)
 *  Thread Starter [rossvtec](https://wordpress.org/support/users/rossvtec/)
 * (@rossvtec)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/set-access-by-custom-taxonomies-on-custom-post-types/#post-6480148)
 * Anyone has a solution?

Viewing 7 replies - 1 through 7 (of 7 total)