PHP 8.5.0 Beta 1 available for testing

Voting

: max(two, three)?
(Example: nine)

The Note You're Voting On

litzinger at gmail dot com
13 years ago
May need to run commit() after a delete query.

<?php
$this
->solrClient->deleteByQuery('id:'.$entryId);
$result = $this->solrClient->commit();
?>

<< Back to user notes page

To Top