Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

116
Visualizações
How to parse content within HTML tags in MongoDB?

This is how I am storing data in mongoDB:

{
   "question": {
       "en": "<p>Durand Cup is associated with the game of ?</p>\n",
       "hn": ""
    }
}

Now I need to sort these questions alphabetically by question.en. When I use regular sort() method from mongoose, sorting is not done properly because HTML tags are present in the string.

I need a way to parse the content between HTML tags, so that I can sort it alphabetically.

For example: After parsing above question.en I should get

question: {
   "en": "Durand Cup is associated with the game of ?",
   "hn": ""
}

Now I will want to sort question.en alphabetically. That is, I don't want HTML tags to affect sorting.

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda