I have a file generated by htttrack, it is just a simple HTML file
File : .zip Strange Behavior :
Original file is Artikel.html ( File generated by HTTRACK )
A.html is a new file , and I do a simple copy paste of the text content of Artikel.html from visual studio code editor
A2.html is a copy pasted file from Artikel.html
The problem is as follow
if you search "assets" ( you can search anything really , for example you can also search "ikt-seo.v3" , or anything )
A.html will not show any problematic behavior, you can see the search result listing is correct, and if you click on any of the result from this file, it will show correct result has been searched
A2.html and Artikel.html, will also show CORRECT search result listing, but if you click on them, it will show that the search has not correctly found the string
WHEN A2.html file is opened, and you click the refresh Search icon, then everything will be correct, the Search listing is correct and if you click on them it will show the search has correctly found the string
If you close the A2.html file, and then click the refresh Search icon, then everything become incorrect again, the Search Listing is still correct but if you click on them it will show the search has not correctly found the string
This is problematic because if I replace all, the wrong search result will replace wrong string.