Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand job listing search #2821

Merged
merged 4 commits into from
May 14, 2024
Merged

Expand job listing search #2821

merged 4 commits into from
May 14, 2024

Commits on May 1, 2024

  1. Expand job listing search

    This expands job listing meta and term search to have similar
    functionality to WP core's search. As the core's search includes
    clauses that are aggregated with ORs and ANDs, the only way to
    include meta fields in this search was to rebuild the search query
    from scratch.
    
    With this change, get_job_listings_keyword_search generates the
    clauses that are generated in WP_Query::parse_search and adds
    additional clauses that search the post meta and terms.
    gikaragia committed May 1, 2024
    Configuration menu
    Copy the full SHA
    15ff6c8 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    d8c2737 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b81e601 View commit details
    Browse the repository at this point in the history
  3. Escape search columns

    gikaragia committed May 14, 2024
    Configuration menu
    Copy the full SHA
    07706c2 View commit details
    Browse the repository at this point in the history