Comments on: Making SPFx Web Parts Searchable – Lessons Learned https://thomasdaly.net/2020/06/19/making-spfx-web-parts-searchable-lessons-learned/ Yet another SharePoint / Office 365 blog Sun, 03 Sep 2023 03:13:35 +0000 hourly 1 By: Tom Daly https://thomasdaly.net/2020/06/19/making-spfx-web-parts-searchable-lessons-learned/#comment-20901 Sun, 09 Jul 2023 16:51:38 +0000 https://thomasdaly.net/?p=1892#comment-20901 In reply to gustavo llermaly.

I wasn’t able to figure out a work around.

]]>
By: gustavo llermaly https://thomasdaly.net/2020/06/19/making-spfx-web-parts-searchable-lessons-learned/#comment-20737 Sat, 27 May 2023 17:07:25 +0000 https://thomasdaly.net/?p=1892#comment-20737 Hi Tom, great article!. Did you have any luck making list based content searchable? I’m struggling with that one now.

Thanks

]]>
By: Tom Daly https://thomasdaly.net/2020/06/19/making-spfx-web-parts-searchable-lessons-learned/#comment-13595 Wed, 12 Aug 2020 17:17:25 +0000 https://thomasdaly.net/?p=1892#comment-13595 In reply to nithin.

That will would work too. I mashed them into 1 string because i didn’t care about the details the goal was just to appear in search. Your suggestion is a bit more granular – could improve rank perhaps. I’ll have to experiment with this approach to see if there is a difference.

]]>
By: nithin https://thomasdaly.net/2020/06/19/making-spfx-web-parts-searchable-lessons-learned/#comment-13421 Wed, 22 Jul 2020 01:01:35 +0000 https://thomasdaly.net/?p=1892#comment-13421 I’m just curious, why not the below approach? Any issues?

{

‘items[*].title’:{isSearchbaleText} ,
‘items[*].body’:{isHtmlString} ,
‘items[*].link’:{isLink}

}

]]>
By: Tom Daly https://thomasdaly.net/2020/06/19/making-spfx-web-parts-searchable-lessons-learned/#comment-13213 Sat, 20 Jun 2020 03:46:29 +0000 https://thomasdaly.net/?p=1892#comment-13213 In reply to pooja rajpal.

thank you Pooja! i hope to be able to post new and insightful information each week.

]]>
By: pooja rajpal https://thomasdaly.net/2020/06/19/making-spfx-web-parts-searchable-lessons-learned/#comment-13208 Fri, 19 Jun 2020 15:03:04 +0000 https://thomasdaly.net/?p=1892#comment-13208 Nice and useful for our searchable we parts specially among all regions .Thanks for sharing 🙂

]]>