This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/app/lib/constants.js
2020-09-04 13:42:47 +02:00

14 lines
254 B
JavaScript

// DO NOT EDIT THIS FILE!!!
// Update it by running `rake javascript:update_constants`
export const SEARCH_PRIORITIES = {
ignore: 1,
very_low: 2,
low: 3,
normal: 0,
high: 4,
very_high: 5,
};
export const SEARCH_PHRASE_REGEXP = '"([^"]+)"';