Title: wallmanderco's Replies | WordPress.org

---

# wallmanderco

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/wallmanderco/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/wallmanderco/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elasticsearch Indexer] Custom Post Types & Custom Fields](https://wordpress.org/support/topic/custom-post-types-custom-fields-1/)
 *  Plugin Author [wallmanderco](https://wordpress.org/support/users/wallmanderco/)
 * (@wallmanderco)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/custom-post-types-custom-fields-1/#post-6424431)
 * I’ll close this due to lack of response.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elasticsearch Indexer] Custom Post Types & Custom Fields](https://wordpress.org/support/topic/custom-post-types-custom-fields-1/)
 *  Plugin Author [wallmanderco](https://wordpress.org/support/users/wallmanderco/)
 * (@wallmanderco)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/custom-post-types-custom-fields-1/#post-6424307)
 * Sorry, my bad. Its post_meta and not meta_data.
 * Change that and it should work, however, you are not really sopose to edit the
   code in the plugin directly. Try adding this to your themes functions.php instead:
 *     ```
       function addSynopsisToSearch($vars)
       {
           $vars[] = 'post_meta.wpcf-synopsis';
   
           return $vars;
       }
   
       add_filter('esi_search_fields_multi_match', 'addSynopsisToSearch');
       add_filter('esi_search_fields_fuzzy', 'addSynopsisToSearch');
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elasticsearch Indexer] Custom Post Types & Custom Fields](https://wordpress.org/support/topic/custom-post-types-custom-fields-1/)
 *  Plugin Author [wallmanderco](https://wordpress.org/support/users/wallmanderco/)
 * (@wallmanderco)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/custom-post-types-custom-fields-1/#post-6424132)
 * The data is already indexed but not used in search. To add fields to be search
   take a look at this:
    [https://github.com/wallmanderco/elasticsearch-indexer/blob/master/src/Model/Query/WpConverter.php#L339-L368](https://github.com/wallmanderco/elasticsearch-indexer/blob/master/src/Model/Query/WpConverter.php#L339-L368)
 * There are 2 filters, esi_search_fields_multi_match and esi_search_fields_fuzzy.
 * Meta data is stored in meta_data.my_field_name.
 * You should be able to figure the rest out. If not then post here and I’ll assist
   you further.
    If you solved it, then post here and let me know how it went. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elasticsearch Indexer] Search & Autocomplete](https://wordpress.org/support/topic/search-autocomplete-1/)
 *  Plugin Author [wallmanderco](https://wordpress.org/support/users/wallmanderco/)
 * (@wallmanderco)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/search-autocomplete-1/#post-6323756)
 * When you have activated the plugin and reindexed the site, then the default search
   will use your Elasticsearch database.
 * The plugin does not add an autocomplete feature, but you can write your own plugin
   using this plugin, or you can submit a pull request on github.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elasticsearch Indexer] Error direction](https://wordpress.org/support/topic/error-direction/)
 *  Plugin Author [wallmanderco](https://wordpress.org/support/users/wallmanderco/)
 * (@wallmanderco)
 * [11 years ago](https://wordpress.org/support/topic/error-direction/#post-6253886)
 * The elasticsearch query looks as expected. There are a lot of errors in your 
   code. My best guess is that you are not calling the_post() correctly or something.
   As it is now I can not help you. It also seems like you are using a pagecache,
   databasecache and css minifier on your development environment and the css seems
   to be all messed up after you enabled WP_DEBUG. The site is simply to bugy for
   me to be able to isolate the problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elasticsearch Indexer] Error direction](https://wordpress.org/support/topic/error-direction/)
 *  Plugin Author [wallmanderco](https://wordpress.org/support/users/wallmanderco/)
 * (@wallmanderco)
 * [11 years ago](https://wordpress.org/support/topic/error-direction/#post-6253870)
 * Can you enable WP_DEBUG?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elasticsearch Indexer] Error direction](https://wordpress.org/support/topic/error-direction/)
 *  Plugin Author [wallmanderco](https://wordpress.org/support/users/wallmanderco/)
 * (@wallmanderco)
 * [11 years ago](https://wordpress.org/support/topic/error-direction/#post-6253868)
 * And this doesn’t happen when the plugin is disabled? Can you please enable the
   profiler in the Indexer Settings panel?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elasticsearch Indexer] Error direction](https://wordpress.org/support/topic/error-direction/)
 *  Plugin Author [wallmanderco](https://wordpress.org/support/users/wallmanderco/)
 * (@wallmanderco)
 * [11 years ago](https://wordpress.org/support/topic/error-direction/#post-6253835)
 * Are the links in the menu wrong or is it ust that some category archives show
   a single page instead? Do you have a link?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elasticsearch Indexer] Search with any parameters](https://wordpress.org/support/topic/search-with-any-parameters/)
 *  Plugin Author [wallmanderco](https://wordpress.org/support/users/wallmanderco/)
 * (@wallmanderco)
 * [11 years ago](https://wordpress.org/support/topic/search-with-any-parameters/#post-6232963)
 * I’ll close this issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elasticsearch Indexer] Search with any parameters](https://wordpress.org/support/topic/search-with-any-parameters/)
 *  Plugin Author [wallmanderco](https://wordpress.org/support/users/wallmanderco/)
 * (@wallmanderco)
 * [11 years ago](https://wordpress.org/support/topic/search-with-any-parameters/#post-6232910)
 * I don’t understand at all what the problem is.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elasticsearch Indexer] Error trying to create an index](https://wordpress.org/support/topic/error-trying-to-create-an-index/)
 *  Plugin Author [wallmanderco](https://wordpress.org/support/users/wallmanderco/)
 * (@wallmanderco)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/error-trying-to-create-an-index/#post-6210460)
 * The logs directory should be created automatically inside the uploads directory
   when you activate the plugin. You probably have the wrong permissions set on 
   the uploads directory and ”logs” wasn’t created. Create it manually inside wp-
   content/uploads/ and make sure php can write to that directory.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elasticsearch Indexer] "run composer install"?](https://wordpress.org/support/topic/run-composer-install/)
 *  Plugin Author [wallmanderco](https://wordpress.org/support/users/wallmanderco/)
 * (@wallmanderco)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/run-composer-install/#post-6181498)
 * Have you reindexed the site?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Blade] woocommerce integration?](https://wordpress.org/support/topic/woocommerce-integration-38/)
 *  [wallmanderco](https://wordpress.org/support/users/wallmanderco/)
 * (@wallmanderco)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/woocommerce-integration-38/#post-6100902)
 * Never tested on woocommerce. WooCommerce has its own way of hooking into the 
   wordpress and changing what file should be loaded. It might be fixable by just
   adding a hook or playing around with the priority of the hooks. Submit a pull
   request on github if you find a way.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Blade] Plugin says "Just install and use" – yeah right](https://wordpress.org/support/topic/plugin-says-just-install-and-use-yeah-right/)
 *  [wallmanderco](https://wordpress.org/support/users/wallmanderco/)
 * (@wallmanderco)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/plugin-says-just-install-and-use-yeah-right/#post-7923547)
 * I just tried this on the latest version of WordPress (4.2.2). Installed, activated,
   typed `{{__('this is a test','test')}}` into index.php and it works fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elasticsearch Indexer] "run composer install"?](https://wordpress.org/support/topic/run-composer-install/)
 *  Plugin Author [wallmanderco](https://wordpress.org/support/users/wallmanderco/)
 * (@wallmanderco)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/run-composer-install/#post-6181488)
 * No, this integrates with WP_Query. All you need to do is install and index and
   you searches will be full text searches instead of MySQL LIKE queries and you
   should notice an overall speed boost on the site. But you can do queries/searches
   against the indexed database if you would like.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/users/wallmanderco/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/wallmanderco/replies/page/2/?output_format=md)