Title: acodesmith's Replies | WordPress.org

---

# acodesmith

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

 *   [Profile](https://wordpress.org/support/users/acodesmith/)
 *   [Topics Started](https://wordpress.org/support/users/acodesmith/topics/)
 *   [Replies Created](https://wordpress.org/support/users/acodesmith/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/acodesmith/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/acodesmith/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/acodesmith/engagements/)
 *   [Favorites](https://wordpress.org/support/users/acodesmith/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: [[WP Tiles] BROKEN! WooCommerce 3.0](https://wordpress.org/support/topic/broken-woocommerce-3-0/)
 *  Thread Starter [acodesmith](https://wordpress.org/support/users/acodesmith/)
 * (@acodesmith)
 * [9 years ago](https://wordpress.org/support/topic/broken-woocommerce-3-0/#post-9170672)
 * Thanks [@tabboy](https://wordpress.org/support/users/tabboy/) for the advice.
   I went ahead and forked the github repo, then created a pull requeset with the
   latest select2 library. It’s working for me with WooCommerce.
 * [https://github.com/mgmartel/WP-Tiles/pull/32](https://github.com/mgmartel/WP-Tiles/pull/32)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CloudSearch] Add Facet Support](https://wordpress.org/support/topic/add-facet-support/)
 *  Thread Starter [acodesmith](https://wordpress.org/support/users/acodesmith/)
 * (@acodesmith)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/add-facet-support/#post-9044813)
 * That looks great. Very helpful!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CloudSearch] Add Facet Support](https://wordpress.org/support/topic/add-facet-support/)
 *  Thread Starter [acodesmith](https://wordpress.org/support/users/acodesmith/)
 * (@acodesmith)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/add-facet-support/#post-8998579)
 * [@lando1982](https://wordpress.org/support/users/lando1982/) Thanks for the update!
   I’ve since reverted all of my Facet changes. It was getting deep in the code.
   One thing I did alter was the ability for the admin-ajax api calls to return 
   full counts for the search.
 * For example: Show 1-25 of 1,000,000. The AWSCloudSearch API returns that information
   naturally.
 * Upon digging into the code I suggest decoupling the API calls and your front 
   end search jQuery magic. That way people who want custom front end stuff can 
   still get access to raw/core AWSCloudSearch result data. Your front-end stuff
   could still work but it would be using a wider more adaptable search result object.
 * For example `cloud-search-api.php` function `acs_format_response` could use a
   action or filter to return all results from the AWSCloudSearch API, not just 
   the items.
 * One last thing I would also suggest is an opt-in option for private fields. I
   noticed you were ignoring fields which started with `_`. Normally a great idea
   BUT WooCommerce set’s all their prices to `_price`. I altered that statement 
   to include `_` options so I could run advanced queries for a WooCommerce store.
 * Main take away, is all your hard work building the sync is super awesome, just
   de-couple the front end stuff so more advanced developers can hook and filter
   their way to happiness.
 * Thanks again for all the hard work!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CloudSearch] Add Facet Support](https://wordpress.org/support/topic/add-facet-support/)
 *  Thread Starter [acodesmith](https://wordpress.org/support/users/acodesmith/)
 * (@acodesmith)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/add-facet-support/#post-8923875)
 * Ok, dug into the codebase some more. Whoa! A lot going on with the $response 
   and how it’s handled. Had to modify a few different functions to return the new
   facet property the API returns normally. Got it working pretty well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Table Field Add-on for ACF and SCF] Number as header value throws replace error](https://wordpress.org/support/topic/number-as-header-value-throws-replace-error/)
 *  Thread Starter [acodesmith](https://wordpress.org/support/users/acodesmith/)
 * (@acodesmith)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/number-as-header-value-throws-replace-error/#post-8923474)
 * Sorry for never getting back to you. I resolved this issue in the code.
 * Here is the github repo for the table importer using your plugin:
    [https://github.com/acodesmith/advanced-custom-fields-table-importer](https://github.com/acodesmith/advanced-custom-fields-table-importer)
 * Thanks for the plugin, great work!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Table Field Add-on for ACF and SCF] Number as header value throws replace error](https://wordpress.org/support/topic/number-as-header-value-throws-replace-error/)
 *  Thread Starter [acodesmith](https://wordpress.org/support/users/acodesmith/)
 * (@acodesmith)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/number-as-header-value-throws-replace-error/#post-7305600)
 * Johann,
    I need to clarify! I wrote a plugin for importing CSVs into your Table
   Layout. During the import process, PHP must be inserting the record into the 
   DB as a number. It only happens with a direct DB import, not the GUI.
 * Most current version of Chrome on Mac.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Table Field Add-on for ACF and SCF] Feature Requests](https://wordpress.org/support/topic/feature-requests-91/)
 *  [acodesmith](https://wordpress.org/support/users/acodesmith/)
 * (@acodesmith)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/feature-requests-91/#post-6096071)
 * Hello Johann,
    I wrote a CSV importer for Flexible Content type Table. Happy 
   to open source the code. Has a admin GUI page and simple instructions.

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