Questions tagged [nested-fields]

13 questions
4
votes
1 answer

Express Validator Check Nested Fields If Object Exists

I'm currently trying to create Rest API Project with Express, NodeJs and using Express-Validator to validate request objects. In one service, I have a request body like : { "name": "some value", "surname": "some value", "company": { …
2
votes
1 answer

AWS-Console: DynamoDB scan on nested field

I have below table in DynamoDB { "id": 1, "user": { "age": "26", "email": "testuser@gmail.com", "name": "test user" } } Using AWS console, I want to scan all the records whose email address contains gmail.com I…
M.S.
  • 4,283
  • 1
  • 19
  • 42
1
vote
1 answer

Elasticsearch structure in the correct and effective way for search engine

I'm building a search engine for my audio store. I only use 1 index for the audio documents and here is the structure: { id: { type: 'integer' }, title: { type: 'search_as_you_type' }, description: { type: 'text' }, createdAt: { type: 'date'…
0
votes
0 answers

cascading dropdown list when changing the first select and second select , the third select box input is not getting append in the first time