Feb 15 2024 07:15 AM
Hi everyone!
Really hoping I can get some guidance on a page I want to develop for a SharePoint site. A little background.
I have an Excel file where I have been collecting news stories, press releases, etc. that relate directly to topics that are important to our sales staff. On the spreadsheet, I have these columns of data I am collecting on each row:
Lastly, I have a bunch of additional columns that denote topics of articles (23 total additional columns). If the story on that row deals with any of the topics, I am simply putting a "1" in that cell (IE - if the article deals with "Technology" in that column/row the "1" would denote that the article deals in some sense with technology).
What I am looking to do is take this Excel file and create a search page on our SharePoint site so our sales staff can utilize it to search for information. I also want to be able to have additional search field/filter options as well:
I have tried to create this page several different ways but keep running into roadblocks. I have tried uploading the Excel file as a list to SharePoint, which works great, but I can't figure out how to develop the search page itself. I have also tried to do some development via PowerApps but have been unsuccessful. One of the limitations I have been running into are security permissions. The org I work for is very strict on security, so I do not have access to DOS shells, C:/, etc etc. Pretty much bare bones for access (I don't even have access to Power Pages, which was another development option I explored).
At this point I am hoping the hive mind of the internet can help me! Please - does anyone have any suggestions on solutions for creating this type of search page? I appreciate any assistance y'all can provide!
Feb 15 2024 11:45 AM
Hello @UltraMono
you can try to use the PnP Modern Search Web Parts to create a custom search application: https://microsoft-search.github.io/pnp-modern-search/
Best, Dave
Feb 15 2024 12:53 PM