File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -526,9 +526,9 @@ public class ErrorViewModel
526526
527527The 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 )
You can’t perform that action at this time.
0 commit comments