python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to search on properties aggregated by op.arrayAggregate
For this input data:
{
"document1": [
{
"data": {
"rownum": "1",
"CustomerName": "Name1&q...
Michal Sobanski
Votes: 0
Answers: 1
MarkLogic search: find all hits in a single document
I am trying to use the search:search function in MarkLogic to find all hits in a single XML document. So far, I can only get search:search to return one hit per document. The function cts:search ret...
Rolan Christofferson
Votes: 0
Answers: 1
How can I call op.arrayAggregate method to return multiple columns
I tried to group below response by name:
{
"document1": [
{
"row": {
"schema": "Schemas",
"view": "CustomerAddress&qu...
Michal Sobanski
Votes: 0
Answers: 1
How to handle empty array-type scalar in tde template
I need to handle with tde templates some documents with sometimes lacks of data. But still need to display it in tables. But my templates have problems to return this documents with empty data.
var d...
Michal Sobanski
Votes: 0
Answers: 3