Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about iOS development and PDF

Match whole word not working for searching the word.

More
IP: 114.143.88.94 7 years 3 months ago #14385 by apdeveloper
Dear Team,

When i am searching for text in pdf and when i am setting Match whole word to true (g_MatchWholeWord = true) but still it searches the word.
Suppose if i am searching for AGENDA and in search field if i add AGE then it shows me in the search result.
More
IP: 114.143.41.131 7 years 3 months ago #14391 by apdeveloper
Dear team,
Any update regarding matchwhole word.
More
IP: 212.97.62.176 7 years 3 months ago #14392 by emanuele
Dear user,

you could set the match whole word bool like colors of the previous post.
After show method add:
Code:
let global: RDGlobal = plugin.getGlobal() as! RDGlobal global.g_MatchWholeWord = true
More
IP: 114.143.255.203 7 years 3 months ago #14393 by apdeveloper
Dear Team,

The above answers doesn't work.

You have not got my question i want to search whole word which means If i am searching for Age the search result should only show AGE not AGENDA.Currently it showing me Agenda as well in the search result.

The search result i want should only be AGE not AGENDA.
More
IP: 37.183.44.177 7 years 3 months ago #14396 by emanuele
Hi,

we double checked with the pdf in our demo project (RadaeeSwift1.1.1) and, using the code in the previous post, it's working.
We searched "pdf" and the library found a match in page 2 instead of matching "PDFVIEWER" in page 1.
Could you please share your pdf file? We could check it to better understand if there is a specific issue with it.
More
IP: 123.252.210.207 7 years 3 months ago #14413 by apdeveloper
Dear Team,
Below is the attached document for testing match whole word.
Time to create page: 0.428 seconds
Powered by Kunena Forum