mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Fix rebuilding the search index with Grunt (since 1.16.0) (#7116)
* Fix rebuilding the search index with Grunt (since 1.16.0) * Add PR ID to changelog
This commit is contained in:
parent
cc7d086145
commit
d5c21289bb
@ -6,6 +6,7 @@ HumHub Changelog
|
||||
- Fix #7102: Fix content search with word ending with hyphen
|
||||
- Fix #7104: Missing `--text-color-default` CSS variable
|
||||
- Enh #7105: Add an external link icon to the "Install Updates" button to avoid thinking it updates the modules directly
|
||||
- Fix #7116: Fix rebuilding the search index with Grunt (since 1.16.0)
|
||||
|
||||
1.16.1 (July 1, 2024)
|
||||
---------------------
|
||||
|
@ -32,7 +32,7 @@ module.exports = function (grunt) {
|
||||
buildSearch: {
|
||||
command: function () {
|
||||
let sep = cmdSep();
|
||||
return `cd protected ${sep} php yii search/rebuild`;
|
||||
return `cd protected ${sep} php yii content-search/rebuild`;
|
||||
}
|
||||
},
|
||||
testServer: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user