-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.0] Using language specific tokeniser and stemmer for com_finder #20391
Merged
+6,653
−1,122
Merged
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
fe22e20
Implementing language specific tokeniser and stemmer for com_finder
Hackwar d95ee89
Fixing comments
Hackwar 2f10b16
Fixing codestyle
Hackwar be0950d
Merge branch '4.0-dev' of https://github.com/joomla/joomla-cms into j…
Hackwar 7101b9e
Adding a bunch of stemmers to com_finder
Hackwar 00fd497
Fixing variable names in finder language stemmer files
Hackwar 72c5e99
Codestyle
Hackwar 690b0dc
Merge branch '4.0-dev' into j4finder_language
Hackwar 9e4c799
Removing test files of php-stemmer
Hackwar 4bb048d
Merge branch 'j4finder_language' of github.com:Hackwar/joomla-cms int…
Hackwar 58e58d9
Fixing the Greek stemmer
866463f
Fixing the Greek stemmer
f6379cc
Fixing the Greek stemmer
6a9feca
Fixing the Greek stemmer
cfc9e74
Fixing the Greek stemmer
3ec794d
Fixing the Greek stemmer
e6a1da8
Fixing the Greek stemmer
b994026
Fixing the Greek stemmer
cdf44ab
Merge pull request #23 from nikosdion/feature/j4finder_language
Hackwar d76986d
Merge branch '4.0-dev' into j4finder_language
Hackwar 2dd6ecc
Greek stemmer fix
fb32ca0
Greek stemmer fix
3f13ff3
Greek stemmer fix
e1fc4b3
Merge pull request #24 from nikosdion/feature/j4finder_language
Hackwar b2f6758
Fixing the Greek stemmer
f39b868
Merge pull request #25 from nikosdion/feature/j4finder_language
Hackwar d4d8f3a
Changing language classes back to primary language selection in com_f…
Hackwar cf4f640
com_finder: simplifying the storage code in the tokeniser cache
Hackwar 3524b00
Adding encoding parameter to phpcs
Hackwar 10d252e
Codestyle
Hackwar a575fe6
Adding encoding to phpcs in .drone.yml
Hackwar db8f55d
Merge branch '4.0-dev' of https://github.com/joomla/joomla-cms into j…
Hackwar 87886b1
Fixing required terms and suggestions
Hackwar 3972e19
Codestyle
Hackwar 76ee50f
Fixing searching in com_finder
Hackwar fa2f221
Merge branch 'j4finder_language' of github.com:Hackwar/joomla-cms int…
Hackwar 7940d61
Merge branch '4.0-dev' into j4finder_language
Hackwar 3fad22c
Merge branch '4.0-dev' of https://github.com/joomla/joomla-cms into j…
Hackwar 65e8994
Updating composer files
Hackwar 3e3aa06
Removing obsolete language strings
Hackwar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove language strings?