]> BookStack Code Mirror - bookstack/commit
Started implementation of new search system
authorDan Brown <redacted>
Sun, 19 Mar 2017 12:48:44 +0000 (12:48 +0000)
committerDan Brown <redacted>
Sun, 19 Mar 2017 12:48:44 +0000 (12:48 +0000)
commit070d4aeb6ca9af987c551aede0e3b37688a0808e
tree99e94c94858bad89e93534d0629c28b8c37d58f4
parent668ce262690d069db84ef269dc6bd1e832cb4ac6
Started implementation of new search system
13 files changed:
app/Book.php
app/Chapter.php
app/Console/Commands/RegenerateSearch.php [new file with mode: 0644]
app/Console/Kernel.php
app/Entity.php
app/Http/Controllers/SearchController.php
app/Page.php
app/Repos/EntityRepo.php
app/SearchTerm.php [new file with mode: 0644]
app/Services/PermissionService.php
app/Services/SearchService.php [new file with mode: 0644]
database/migrations/2017_03_19_091553_create_search_index_table.php [new file with mode: 0644]
resources/views/search/all.blade.php