From 6f48a74ead80c57e291ca2be78645449e99ae5f0 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 26 Nov 2015 19:51:29 +0100 Subject: add autoupdate for indices --- db/item.php | 1 + 1 file changed, 1 insertion(+) (limited to 'db') diff --git a/db/item.php b/db/item.php index 117e98fb5..5cbfc2fa2 100644 --- a/db/item.php +++ b/db/item.php @@ -44,6 +44,7 @@ use \OCP\AppFramework\Db\Entity; * @method integer getLastModified() * @method void setLastModified(integer $value) * @method void setFingerprint(string $value) + * @method void setSearchIndex(string $value) */ class Item extends Entity implements IAPI, \JsonSerializable { -- cgit v1.2.3