Firsty of all - this thread is NOT SOLVED. I'm so tired that I must have clicked something I shouldn't have and cannot unclick it.
Another 12+ hours and the more I try to make it work, the more confused I am. I mean - if I create a List &Search type to display items form category X, does this category has to be first assigned to a Menu item with Joomla native 'Category blog', so I can point this menu item in link vew content settings? Because this is the only case when link to view content actually works. But this means I have to have 2 menu items: one with List & Search Type which lists category X items using Masonry template and the second one, which lists category X items old-fashoned-Joomla-native way, but enables proper view content for that List & Search type. Seriously guys, it doesn't make any sense. The content should have url:
<base-url>/<Search&List-type-menuitem-displaying-items-from-category-X>/<article-alias>
and not
<base-url>/<another-menuitem-for-displaying-content-from-category-X>/<article-alias>
Cheers,
Olek
EDIT:
Assuming that address of my List & Search type is:
<base-url>/<menu-item-with-SEBLOD-list>
When SEF is set to Joomla Native, the link to content looks like this:
<base-url>?view=article&id=<article-id>:<article-alias>&catid=<category-id>
and opens on the homepage (which of course is NOT correct).
When I set it to SEBLOD /alias, it looks as it should:
<base-url>/<menu-item-with-SEBLOD-list>/<article-alias>
but it gives me 404 errors.