Account created on 20 December 2023, 6 months ago
#

Recent comments

🇮🇳India vineshmalviya

Upgraded to Restws 2.10 the patch applied in this is already there for $id_arg and for $resource_arg it was missing hence adding the additional updates

$id_arg or $resource_arg could be null, and in PHP 8 that is no longer allowed to be passed to most string functions.

🇮🇳India vineshmalviya

Upgraded to Restws 2.10 the patch applied in this is already there for $id_arg and for $resource_arg it was missing hence adding the additional updates

$id_arg or $resource_arg could be null, and in PHP 8 that is no longer allowed to be passed to most string functions.

🇮🇳India vineshmalviya

Updated patch to fix the issue

When using the webservice and doing search using operators like ct or sw error was thrown and searches are not done.

eg search using search_data.json?field_first_name[ct]=vinesh
This will through error when search done on profile field with contain operator

We have done changes to fix the way search is handled when contain or start with operator passed in web service search
in restws.entity.inc

Production build 0.69.0 2024