+ Reply to Thread
Results 1 to 3 of 3

Thread: Search by Built / Year -> No listings have been found

  1. #1

    Search by Built / Year -> No listings have been found

    Hello flynax team,

    Problem is when i press "search" by "Built" for example 2017-2018, return "No listings have been found"
    I have listings with this parameter, in database {prefix}_listings -> built -> "3/2018"

    Please tell me where i miss ?

    Here is my settings,
    Let me start from Data Entries;

    Common -> Data Entries - > Years Range (The data format is generated automatically.) // Nothing can do here, going forward...

    Listings -> Listing Fields: Make required: No, Use on map: No, Enable on: ["Add a Listing page", "View Details page"], Status: Active, Field type: Dropdown, Link to Data Entries: Years Range

    Forms -> Search Forms -> Here i added Built (renamed to Year) field.

    Also i have changed "includes/classes/rlCommon.class.php" // Found here https://forum.flynax.com/showthread....mmon.class.php

    public function fieldValuesAdaptation ...

    for ($i = date('Y') + 2; $i >= 1940; $i--) {

    to

    for ($i = date('Y') + 1; $i >= 2017; $i--) {

    (i need dropdown from 2017 to 2021) // Here is ok.

    Listings -> Listing Types -> my listing type -> Edit -> Tabbed Data Settings -> Arrange boxes by -> are disabled


    So the problem is when i trying to search by Built / Year, i have "no listings"

  2. #2
    I have done it on my local machine and all working properly. Would you please create a new ticket with the problem and we will check it and solve on your side.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Quote Originally Posted by Viktor View Post
    I have done it on my local machine and all working properly. Would you please create a new ticket with the problem and we will check it and solve on your side.
    Thanks, Victor.
    To escape this error don't use day/month in "built" field, only year.
    Hope if this helps someone..

+ Reply to Thread