На каком языке делаете выборку? Выборка большая? Не проще отсортировать полученный результат?
Ну и в методе find() есть callback с ошибкой и курсором, но это хардкор)
wysiwyg quill, но он делает редактор с div'a, поэтому перед отправкой все данные копируются в textarea, а уже оттуда формой летят на бэкэнд. Так вот то что в textarea видно, ну и то что прилетает тоже моно распарсить.
Counting objects: 5, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (5/5), 316 bytes | 0 bytes/s, done.
Total 5 (delta 0), reused 0 (delta 0)
remote: GitLab: You are not allowed to force push code to a protected branch on this project.
To https://gitlab.com/*****/test.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://gitlab.com/****/test.git'
А если я сам веду свою ветку?
Изменил файлы, сделал git add .
Дальше $ git commit --amend
В редакторе ничего не правил, сохранил и вышел
Статус пишет :
On branch master
Your branch and 'origin/master' have diverged,
and have 1 and 1 different commits each, respectively.
(use "git pull" to merge the remote branch into yours)
nothing to commit, working tree clean
Ну и в методе find() есть callback с ошибкой и курсором, но это хардкор)