wiki
wiki copied to clipboard
Wiki.js | A modern and powerful wiki app built on Node.js
## feat: set search results max hits Added a new field for admins to set the maximum number of results returned from the search engine on the search engine configuration...
The suggestions for the elasticsearch engine do not display, so the fix now displays elasticsearch suggestions if there are less than 5 hits.
## Issues When creating or editing a page, empty titles can be saved. ## Solution I created error code 6015 that will not allow the user to create or save...
### Issue After deleting a query, suggestions for that query display when the search is cleared.  ### Solution Display suggestions only when the query is 2+ characters. ```template(v-if='search...
When a non-cached query or query with no results is quickly typed and entered, the query is deleted from the search bar. 
Shortcut for adding or updating a description on the page editor.  # Description Originally, for medium size screens, the navigation bar's 3 components were split in size using the...
### Page Cursor **fix: page cursor position stays the same between page selection** Given a query with multiple result pages, if the cursor is moved to a result entry, then...
use treeview replace v-list component.  Online https://wiki.deepin.org/zh/home
As described in https://github.com/requarks/wiki/discussions/5213 trying to log-out when using the keycloak authentication strategy and `Logout from Keycloak on Logout` enabled you will currently receive an `Invalid parameter: redirect_uri` error in...