Ivan Kristianto

Results 12 comments of Ivan Kristianto

I'm using CI 3.0.4 with wiredesignzHmvcInstalled and REST_Controller. I've managed to get it working for some tests. But when the controller need to load a library or a model, it...

@kenjis Finally after 2 days of struggling, I got it WORKING! Yuhuuuuu...... :) The problem lies in the REST_Controller.php, it extends CI_Controller, I it should be **MX_Controller**. I realize this...

@kenjis First I did use `$output = ob_get_clean();` but it return empty string. So i did some debugging dive to CIPHPUnitTestExitException.php and doc for RuntimeException. And I got this `$output...

The only way VVV 2 run the `provision-sites.sh` which will run the `vvv-init.sh` for each sites is if it is added to `vvv_config['sites']`. Right now the workaround I do is:...

@allan23 / @tlovett1 I want to bump this thread, for our next release fix?

@myworkpool ElasticPress it not built to that level yet. But it does store order data to elasticsearch for you to process and show it using kibana.

I found the issue cannot do search when while doing indexing. And found this related issue. I have think of solution to index/reindex with no downtime: 1. First we create...

I try to solve this but ES doesn't allow to sort by field, it only allow sort by `asc` or `desc` https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-sort.html#_sort_order @tlovett1 Do you have any pointers how to...

I did ask in stackoverflow, and ES doesn't have custom sort order. But we can achieve that by weighting the data: https://stackoverflow.com/questions/44226928/how-to-sort-by-field-in-elasticsearch/44227402#44227402

Thank you for the report. Can you tell me what is your WP version?