Skip to content

Commit e1a1524

Browse files
Copilotintisor
andcommitted
Final refinements: remove line number references and update documentation URLs
Co-authored-by: intisor <[email protected]>
1 parent 99d1353 commit e1a1524

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -526,9 +526,9 @@ public class ErrorViewModel
526526

527527
The search logic is centralized in `SearchPdfForQueryAsync()`. Key areas to modify:
528528

529-
- **Search Algorithm**: Line 82 - `pageText.Contains(query, ...)`
530-
- **Context Size**: Line 108 - Change `100` to adjust word count
531-
- **Highlighting**: `HighlightQueryAsync()` method
529+
- **Search Algorithm**: The query matching logic in `SearchPdfForQueryAsync()`
530+
- **Context Size**: Adjust the word count parameters in `GetContextAroundQueryAsync()` (currently 100 words before/after)
531+
- **Highlighting**: Modify the `HighlightQueryAsync()` method for different highlight styles
532532

533533
### Building and Testing
534534

@@ -796,7 +796,7 @@ This project is open-source and available for use in accordance with standard op
796796

797797
## 🌐 Additional Resources
798798

799-
- **ASP.NET Core Documentation**: [https://docs.microsoft.com/aspnet/core](https://docs.microsoft.com/aspnet/core)
799+
- **ASP.NET Core Documentation**: [https://learn.microsoft.com/aspnet/core](https://learn.microsoft.com/aspnet/core)
800800
- **iText7 Documentation**: [https://itextpdf.com/products/itext-7](https://itextpdf.com/products/itext-7)
801801
- **Bootstrap Documentation**: [https://getbootstrap.com/docs](https://getbootstrap.com/docs)
802802
- **Ahmadiyya Muslim Community**: [https://www.alislam.org](https://www.alislam.org)

0 commit comments

Comments
 (0)