]> BookStack Code Mirror - bookstack/commit
Fixed issue where updated page content would not be indexed
authorDan Brown <redacted>
Fri, 22 May 2020 23:46:13 +0000 (00:46 +0100)
committerDan Brown <redacted>
Fri, 22 May 2020 23:46:13 +0000 (00:46 +0100)
commit00c0815808ffd98ee32aef8be56f1ba2dba85ea5
tree1f9c30e0749f7bf584b9777e5c5e826a0e64566a
parentb61f950560d4300b337c843ca242261b1bba5686
Fixed issue where updated page content would not be indexed

- Also updated html field of pages to not be fillable.
   (Since HTML should always go through app id parsing)

Related to #2042
app/Entities/Page.php
app/Entities/Repos/PageRepo.php
tests/Entity/EntitySearchTest.php