Questions tagged [ydn-db-fulltext]

ydn-db-fulltex is a full text search module for YDN-DB database library.

ydn-db-fulltex is a full text search module for YDN-DB database library.

https://github.com/yathit/ydn-db-fulltext

2 questions
0
votes
1 answer

How to Index child object properties and writing search queries in YDN DB from JSON file data

I have gone through many sites but couldn't able to find any solution. here is my question. I want to index the both child and parent properties from YDN DB. My Sample JSON data : "dataList":[ { "id":1, …
Mohankumar Rathinam
  • 623
  • 1
  • 11
  • 25
0
votes
2 answers

How do I select a record by matching an index based on a partial string that contains '-' characters?

I'm using YDN-DB (an abstraction on top of IndexedDB) as a local database. I have an object store called 'conversations', and in that store, there's an index called 'participants' where there is a string containing id's for different users in the…
jamesmortensen
  • 33,636
  • 11
  • 99
  • 120