vineshmalviya โ made their first commit to this issueโs fork.
vineshmalviya โ changed the visibility of the branch 3482437-WebserviceEndpointsissue to active.
vineshmalviya โ changed the visibility of the branch 3482437-WebserviceEndpointsissue to hidden.
vineshmalviya โ changed the visibility of the branch 3482437-webservice-endpoints-for to hidden.
vineshmalviya โ changed the visibility of the branch 3482437-webservice-endpoints-for to hidden.
vineshmalviya โ created an issue.
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.
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.
Duplicate of already existing issue work done and commited in original issue - https://www.drupal.org/project/restws/issues/1910294#comment-15568883 โ
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
Attached is patch file to resolve issue
vineshmalviya โ created an issue.
vineshmalviya โ created an issue.
vineshmalviya โ created an issue.
Patch for the issue
vineshmalviya โ created an issue.