Keyword Search not delivering results

This topic contains 10 replies, has 3 voices, and was last updated by  Alistair Williamson 6 years, 12 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #378711

    Alistair Williamson
    Full Member
    Post count: 415

    Hi,

    Keyword search not delivering results expected.

    Thanks

    Al

    #378712

    Alistair Williamson
    Full Member
    Post count: 415
    This reply has been marked as private.
    #378800

    Alistair Williamson
    Full Member
    Post count: 415
    This reply has been marked as private.
    #378822

    Paolo
    Site Admin
    Post count: 31206

    Link and admin credentials please?

    #379412

    Alistair Williamson
    Full Member
    Post count: 415
    This reply has been marked as private.
    #379516

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    #1 This is correct, you have 65 that match in the backend and 65 return on the frontend when all categories are ticked on the map!

    #2 Those results are scroll able, did u notice?

    #3 I have changed this to single and double for jump to last. (will be in next release)

    Thanks,

    Stiofan

    #379534

    Alistair Williamson
    Full Member
    Post count: 415

    Hi Stiofan,

    Thanks.

    #1 Durrr – sorry!

    #2 Noticed thanks ( could categories and tags be a different colour?)

    #3 How about adding ‘Previous’ and ‘Next’ also?

    Bests

    Al

    #379554

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    #3 i have changed the default prev next to be single chevrons < > if u want to change this to text you would need a code snippet, do you want it?

    Stiofan

    #379628

    Alistair Williamson
    Full Member
    Post count: 415

    Yes please.

    #379688

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hopefully this is what you are after

    
    
    remove_action('geodir_listings_content_inside', 'geodir_pagination', 20);
    remove_action('geodir_author_content_inside', 'geodir_pagination', 20);
    remove_action('geodir_search_content_inside', 'geodir_pagination', 20);
    remove_action('geodir_home_content_inside', 'geodir_pagination', 20);
    
    add_action('geodir_listings_content_inside', '_my_geodir_pagination', 20);
    add_action('geodir_author_content_inside', '_my_geodir_pagination', 20);
    add_action('geodir_search_content_inside', '_my_geodir_pagination', 20);
    add_action('geodir_home_content_inside', '_my_geodir_pagination', 20);
    
    function _my_geodir_pagination(){
    	geodir_pagination('', '', 'Prev', 'Next',5, false);
    }

    Stiofan

    #379689

    Alistair Williamson
    Full Member
    Post count: 415

    thanks 🙂

Viewing 11 posts - 1 through 11 (of 11 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket