- Posts: 67
- Thank you received: 0
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.
- apdeveloper
- Topic Author
- Offline
- Senior Member
-
Less
More
IP: 114.143.88.94
7 years 3 months ago #14385
by apdeveloper
Match whole word not working for searching the word. was created 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.
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.
- apdeveloper
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 67
- Thank you received: 0
IP: 114.143.41.131
7 years 3 months ago #14391
by apdeveloper
Replied by apdeveloper on topic Match whole word not working for searching the word.
Dear team,
Any update regarding matchwhole word.
Any update regarding matchwhole word.
IP: 212.97.62.176
7 years 3 months ago #14392
by emanuele
Replied by emanuele on topic Match whole word not working for searching the word.
Dear user,
you could set the match whole word bool like colors of the previous post.
After show method add:
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
- apdeveloper
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 67
- Thank you received: 0
IP: 114.143.255.203
7 years 3 months ago #14393
by apdeveloper
Replied by apdeveloper on topic Match whole word not working for searching the word.
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.
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.
IP: 37.183.44.177
7 years 3 months ago #14396
by emanuele
Replied by emanuele on topic Match whole word not working for searching the word.
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.
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.
- apdeveloper
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 67
- Thank you received: 0
IP: 123.252.210.207
7 years 3 months ago #14413
by apdeveloper
Replied by apdeveloper on topic Match whole word not working for searching the word.
Dear Team,
Below is the attached document for testing match whole word.
Below is the attached document for testing match whole word.
Time to create page: 0.428 seconds