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

82
Vistas
Ajax custom search

I'm trying to retrieve data from a JSON file that has a limit of 200 but has a total records of 2323. My co-worker has set up the following search header that I need to set up a search for so it'll pull more data than the set 200 limit. Sorry if it's confusing. This is all new to me.

Search header

if ($request->first_name) {
            $qb->andWhere($qb->expr()->like('`First Name`', ':first_name'))
                ->setParameter('first_name', '%' . str_replace('%', '', $request->first_name) . '%');
        }

AJAX:

$.ajax({
        type: 'GET',
        url: '*path*',
        dataType: 'json',
        success: function(data){
            console.log(data)
        }
    })

Contents of JSON file (2 examples):

"page": 1,
  "start": 0,
  "limit": 200,
  "total": 2323,
  "data": [{
      "FairviewID": "2",
      "First Name": "John",
      "Middle Name": "R",
      "Last Name": "Smith",
      "Address": null,
      "City": null,
      "State": null
    },
    {
      "FairviewID": "1",
      "First Name": "John 2",
      "Middle Name": "R 2",
      "Last Name": "Smith 2",
      "Address": null,
      "City": null,
      "State": null
     }
]
about 4 years ago · Juan Pablo Isaza
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