Hi, this is not Python is PHP
$airSearchString = str_replace(
':',
'\:',
$searchConfig['searchString']
);
it is the equivalent of:
new MatchSearchQuery("aaa\:123@123")->field("modelAIR")->boost(5);