Hello everybody, and Merry Cristmas!
So, I found a temporal solution. But it's a dog nail...
1) Create a core42 field in the Form view with Prepare sorage code:
$cat_id = $_POST['art_catid'];
$menu= JCckDatabase::LoadResult('select id from #__menu where menutype="mainmenu" and published=1 and params like "%\"live\":\"art_catid='.$cat_id.'\"%" and link like "%search=articles%"');
$value=$menu;
It means, of course, that my category blog Menu points are the L&S named 'Articles' with different Live value of Article Category Id.
So, now I have Menu itemid in each my Article.
2) Create Text field in my News search with the same storage with core42 to get our itemid in Item View.
3) In the Link settings (click +) I choose Field option in Menu Select and put my Text field name to appeared field. Now I'll put my itemid to the link settings for each Article.
Bingo!!! I have correct links.
BUT!!! It will be work for everybody after devs fix this issue
I think, that it is too much actions for such simple task....