cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

Filtering search results based on keywords within PDFs

Hello everyone!

I am a newbie in Powerapps enviroment and i find it rather confusing. I have a table of PDFs and I would like to filter my results so it only shows the PDFs that have the typed keyword within themselves. Is there any function for this?
Any advice and help is appreciated, thank you for your time!

2 ACCEPTED SOLUTIONS

Accepted Solutions
Anonymous
Not applicable

I want to display PDFs that have the typed keyword within themselves, so it is not a basic search. I am searching inside of PDF file. 

View solution in original post

Hi @Anonymous 

Unfortunately, I don't think there's a simple way to do this from SharePoint. Here's a similar question.

https://powerusers.microsoft.com/t5/Building-PowerApps-Formerly/Search-SharePoint-Library-Document-Content/td-p/130272

The reason I asked what data source you were using was because if you were using SQL Server, you could probably use full text indexing to search inside the documents.

 

 

View solution in original post

6 REPLIES 6
_douglasromao
Resolver I
Resolver I

Hi @Anonymous 

 

you can use the function Filter or Search to do it, basically you can use something like:

 

Filter(YourDataSource, "Your typed text here" in FieldName) 

 

a real example:

 

Filter(PDFList, TextInputSearch.Text in "Title"), where PDFList is my Data source, TextInputSearch is the text input that I'm using to type the search and "Title" is the field name where I'm searching to.

 

timl
Super User
Super User

Hi @Anonymous 

What data source are you using to store your PDF documents?

Anonymous
Not applicable

I am extracting them from Sharepoint!

Anonymous
Not applicable

I want to display PDFs that have the typed keyword within themselves, so it is not a basic search. I am searching inside of PDF file. 

@Anonymous 

 

I don't think that would be possible to do it directly on PowerApps, you could use Flow to make the search using SharePoint Search API, this enables you to use the Search within the document.

Hi @Anonymous 

Unfortunately, I don't think there's a simple way to do this from SharePoint. Here's a similar question.

https://powerusers.microsoft.com/t5/Building-PowerApps-Formerly/Search-SharePoint-Library-Document-Content/td-p/130272

The reason I asked what data source you were using was because if you were using SQL Server, you could probably use full text indexing to search inside the documents.

 

 

Helpful resources

Announcements
Power Apps News & Annoucements carousel

Power Apps News & Announcements

Keep up to date with current events and community announcements in the Power Apps community.

Community Call Conversations

Introducing the Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Apps Community Blog Carousel

Power Apps Community Blog

Check out the latest Community Blog from the community!

Top Solution Authors
Top Kudoed Authors
Users online (3,534)