Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

text search skips some matches

  • 1 پاسخ
  • 1 has this problem
  • 20 views
  • آخرین پاسخ توسّط hellosct1

more options

I'm viewing a page with a large table of pretty ordinary text, with source like this: ...

<TR>
<TD><input type='radio' onClick='onRadioButtonSelect()' name='currentSelection' value="566528503*7BJ*V2*PK2710**false*true*false*03/19/2019 19:24*03/20/2019 02:59*720*SF2_PROD1*467908**566528503_7BJ_V2_PK2710*OK"></TD>
<TD>566528503</TD>
<TD>7BJ</TD>
<TD>V2</TD>
<TD>PK2710</TD>
<TD>&nbsp</TD>
<TD>false</TD>
<TD>true</TD>
<TD>false</TD>
<TD>03/19/2019 19:24</TD>
<TD>03/20/2019 02:59</TD>
<TD>720</TD>
<TD>SF2_PROD1</TD>
<TD>OK</TD>
</TR>
<TR>
<TD><input type='radio' onClick='onRadioButtonSelect()' name='currentSelection' value="5752SCAVM*7BJ*V2*PK0139**false*true*false*03/19/2019 19:34*03/20/2019 02:59*720*SF2_PROD1*null**5752SCAVM_7BJ_V2_PK0139*null"></TD>
<TD>5752SCAVM</TD>
<TD>7BJ</TD>
<TD>V2</TD>
<TD>PK0139</TD>
<TD>&nbsp</TD>
<TD>false</TD>
<TD>true</TD>
<TD>false</TD>
<TD>03/19/2019 19:34</TD>
<TD>03/20/2019 02:59</TD>
<TD>720</TD>
<TD>SF2_PROD1</TD>
<TD>OK</TD>
</TR>
...

I needed to count how many times "03/11" occurred. I hit Edit->Find and entered 03/11, then hit ENTER or PF3 repeatedly to count them up. When there weren't as many as I expected, I copied the text of the page into a text file to do my count there. Turns out it was skipping about 2/3 of the matches! The first few matches in the text I copied are:

5752SC102       7C0     03/11/2019
5752SC1C4       7CJ     03/11/2019
5752SCLOG       7CJ     03/11/2019
5752SC1CH       7C0     03/11/2019
5695SCPX4       7C0     03/11/2019
5752SYBLD       7CJ     03/11/2019
5752SCDIV       7CJ     03/11/2019
566528503       7CJ     03/11/2019
5752BB1CT       7CJ     03/11/2019
5752SC1C6       7C0     03/11/2019

Firefox's Find skips from SC102 to SC1CH, then SCPX4, then BB1CT, etc. At the bottom, it wraps back around to SC102, so it's really skipping the others, not just finding them out of order.

I'm viewing a page with a large table of pretty ordinary text, with source like this: ... <TR> <TD><input type='radio' onClick='onRadioButtonSelect()' name='currentSelection' value="566528503*7BJ*V2*PK2710**false*true*false*03/19/2019 19:24*03/20/2019 02:59*720*SF2_PROD1*467908**566528503_7BJ_V2_PK2710*OK"></TD> <TD>566528503</TD> <TD>7BJ</TD> <TD>V2</TD> <TD>PK2710</TD> <TD>&nbsp</TD> <TD>false</TD> <TD>true</TD> <TD>false</TD> <TD>03/19/2019 19:24</TD> <TD>03/20/2019 02:59</TD> <TD>720</TD> <TD>SF2_PROD1</TD> <TD>OK</TD> </TR> <TR> <TD><input type='radio' onClick='onRadioButtonSelect()' name='currentSelection' value="5752SCAVM*7BJ*V2*PK0139**false*true*false*03/19/2019 19:34*03/20/2019 02:59*720*SF2_PROD1*null**5752SCAVM_7BJ_V2_PK0139*null"></TD> <TD>5752SCAVM</TD> <TD>7BJ</TD> <TD>V2</TD> <TD>PK0139</TD> <TD>&nbsp</TD> <TD>false</TD> <TD>true</TD> <TD>false</TD> <TD>03/19/2019 19:34</TD> <TD>03/20/2019 02:59</TD> <TD>720</TD> <TD>SF2_PROD1</TD> <TD>OK</TD> </TR> ... I needed to count how many times "03/11" occurred. I hit Edit->Find and entered 03/11, then hit ENTER or PF3 repeatedly to count them up. When there weren't as many as I expected, I copied the text of the page into a text file to do my count there. Turns out it was skipping about 2/3 of the matches! The first few matches in the text I copied are: 5752SC102 7C0 03/11/2019 5752SC1C4 7CJ 03/11/2019 5752SCLOG 7CJ 03/11/2019 5752SC1CH 7C0 03/11/2019 5695SCPX4 7C0 03/11/2019 5752SYBLD 7CJ 03/11/2019 5752SCDIV 7CJ 03/11/2019 566528503 7CJ 03/11/2019 5752BB1CT 7CJ 03/11/2019 5752SC1C6 7C0 03/11/2019 Firefox's Find skips from SC102 to SC1CH, then SCPX4, then BB1CT, etc. At the bottom, it wraps back around to SC102, so it's really skipping the others, not just finding them out of order.

Modified by Not R

All Replies (1)

more options

Hi,


I think that there is an error in the code that is devoloped and that we must look at this side

thank's