pouchdb-community/pouchdb-quick-search

search does return nothing when searchable text is HTML

Open

#19 opened on Dec 17, 2014

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (82 forks)github user discovery
help wanted

Repository metrics

Stars
 (377 stars)
PR merge metrics
 (PR metrics pending)

Description

Hi there!

In my database the content of property "content" is wrapped withHTML, e.g.

The doc structure is very easy: _id, displayName and content. The search is based on field "content".

The search will not return any result. If I remove all HTML tags the search function will work.

Do you have any ideas how to make my database searchable?

Regards Carsten

Contributor guide