Having an article document with a built-in array of tags, how do I select articles that do not contain specific tags?
thank
It is very easy to create views that exclude documents that do not contain specific tags. This is described here: CouchDB Wiki: Browse Snippets: Retrieve documents without a specific field .
, , , , , , (), . , , . , couchdb IRC (irc://irc.freenode.net/CouchDB). , - .
FWIW, : _list . , , , .
!
, @AviFlax, _list , ., inisde req.query.
:
GET http://host/db/_design/ddoc/_list/a-list/a-view?some="thing"
some, , , .
function(head, req) { var some = req.query.some .... }
Source: https://habr.com/ru/post/1768301/More articles:what is wrong with this javascript object? - javascriptCreating a Custom InputScope for Windows Phone 7 - soft-keyboardGet a list of class constants - phpPrinting WPF Visuals with MVVM Template - printingJRuby: create Java InputStream or byte [] from RubyString - javaScala проблема неявного преобразования - scalaHSQLDB - pre-9.0 client connected to connect - javaWhy does @@ Identity return null? - sqlTextView gets highlighted after using linkify or autolink - androidLimitations in SQL Database - sqlAll Articles