AppFlowy-IO / AppFlowy-Cloud

AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
GNU Affero General Public License v3.0
524 stars 145 forks source link

chore: rename af_workspace settings disable_indexing to disable_search_indexing in database queries #648

Closed Horusiath closed 1 week ago

Horusiath commented 1 week ago
  1. Fix SQL queries after @appflowy forgot to update name change disable_indexingdisable_search_indexing in database ;).
  2. Take af_workspace.settings['disable_search_indexing'] into account when indexing documents at application start.