For search we are using JAK2 filter. Now when we search it's giving an error 'Deprecated: Array and string offset access syntax with curly braces is deprecated in - components/com_jak2filter/models/itemlist.php on line 1998' . As this is because in PHP 7.4 and higher versions array and string offset access syntax with curly braces is deprecated. So what we do to remove such errors in PHP higher versions ? When you are updating latest version which fixes this issue?