Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

187
Vistas
key value pairs as search parameter?

how can I pass somethinglike this (these objects are just simple data represenation)

{2: [test,test2]}

within the search query? With single data there is no problem because I can just use:

.com/search?id=2&value=test,test2

but what if I have two different ids with different values like:

{
   2: [test,test2],
   3: [test3]
}

How the query would look like then?

almost 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

You can use JSON.stringify() method. And later, on the server you can parse it back with JSON.parse() method.

const data = { 2: ['test', 'test2'], 3: ['test3'] };

const url_param = JSON.stringify(data);

...

const result = JSON.parse(url_param)
almost 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda