I have a field (type INT) that is populated with numbers like: 201209, 201210, 201211, 201212, 201301...
These numbers represent time for Sep-2012, Oct-2012, Nov-2012, Dec-2012, Jan-2013...
In the advanced search page, if I use default settings by PHPRunner, I will have all the search parameters for this field:
Contains,
Equals,
Starts with,
More than,
Less than,
Between,
Empty
If I pick "Between", two input boxes popup. By typing in the integers, I get search results for a time frame in months
(e.g. between Nov-2012 and Jan-2013). Everything works as they should.
Now if I make this field a lookup to itself in the Visual Editor page, the search still works. But there are only two options left in the parameters: Equals and Empty.
The "Between" option is gone. I wonder whether this feature is by design. If yes, is there a workaround for this?
It would be great if this function is included in the future version. Thanks.
gudon