Implement hashing bypass for groups
This commit is contained in:
@@ -49,15 +49,9 @@
|
||||
populateSearch(field, value);
|
||||
});
|
||||
}
|
||||
var plain_fields = ["ts", "date", "time", "sentiment", "version_sentiment", "tokens", "num_chans", "num_users", "tokens", "src", "exemption", "hidden"];
|
||||
function populateSearch(field, value) {
|
||||
var queryElement = document.getElementById('query');
|
||||
|
||||
if (!plain_fields.includes(field)) {
|
||||
if (!value.startsWith("|") && !value.endsWith("|")) {
|
||||
value = `|${value}|`;
|
||||
}
|
||||
}
|
||||
var present = true;
|
||||
if (present == true) {
|
||||
var combinations = [`${field}: "${value}"`,
|
||||
|
||||
Reference in New Issue
Block a user