Michele Della Neve

Results 15 comments of Michele Della Neve

Will this only effect the document replacement or also partial update?

> @finalgamer have you tried adding Clockwork class to the flush list in `config/octane.php` file? @flexchar What class are you talking about?

Here is the documentation on it. You can call the `search` method on your Model as it proxies it to the QueryBuilder. https://github.com/basemkhirat/elasticsearch#search-the-entire-document

Thanks for the merge. For anyone looking for this feature, download `dev-master` for now. `composer require basemkhirat/elasticsearch:dev-master`

I have done some more digging and found that this is caused by my Eloquent Model having a splitter for a property. For a more concrete example. We are storing...

My workaround would be to store the amount of records it generates in the database with the model and when updating the record the new count and last count are...

Thanks @Descent098. I did the same thing. [Add a space](https://github.com/Nau-media-AG/uptime/commit/5e7f5323c86db712b9849d0633055bd2f0afcfb3) and it worked

@omarcostahamido I don't think that #1004 fixes the core issue here. I assume that because the file was edited GitHub reindexed the action. The core issue might be a problem...

@omarcostahamido I got it working by making a change to the workflow file. But I added a [space](https://github.com/Nau-media-AG/uptime/commit/5e7f5323c86db712b9849d0633055bd2f0afcfb3) to the comment section of the file. However I have not tried...

@rmertens We have found the reason and a possible solution to the problem. However we decided it was too finicky to implement in production. **The Solution** The SafeFrame specification uses...