David, Sorry, I somehow missed that you're on v4.4.2.
There's no equivalent way to disable the time search in v4 (e.g: no search_components table, as you've discovered). An ugly hack would be to simply set the style on the time filter button to display: none; This will, of course, simply hide the button in the browser. -Dennis On Wednesday, April 8, 2020 at 9:52:53 AM UTC-7, David Osborne wrote: > > Thanks, Dennis, but we're on Arches 4.4.2 as I mentioned and there's no > search_component table in our database. Does that mean it's not possible in > Arches 4.x? > > David > > On Wednesday, 8 April 2020 17:14:27 UTC+1, Dennis Wuthrich wrote: >> >> David, >> >> In Arches v5 search filters are modular, so yes you can remove the time >> filter. >> >> The easiest way to do this is to remove the record for the time filter >> from the search_component table in your Arches postrgres database. The SQL >> is simple: DELETE FROM search_component WHERE name = 'Time Filter'. >> >> Note that you can always add it back later if you change your mind! >> >> Good Luck, >> >> Dennis >> >> On Wednesday, April 8, 2020 at 5:24:09 AM UTC-7, David Osborne wrote: >>> >>> We're not planning to use the time filter or time wheel facility in our >>> project: is it possible to disable or hide it? >>> (Arches 4.4.2) >>> >>> David >>> >>> -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/archesproject/991c3b1f-2c60-470e-ae25-0e6095b1084f%40googlegroups.com.
