Skip to main content
Family count issue when Include Family of Search Hit is checked
- Open procedure sp_sh_SearchAndTag of the project.
- There is variable @p_NavigationList. It might have NVARCHAR(100). Change 100 to "MAX". It should like @p_NavigationList NVARCHAR(MAX).
Comments
0 comments
Please sign in to leave a comment.