[Arches] Re: Hide Time search?

2020-04-08 Thread Dennis Wuthrich
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

[Arches] Re: Hide Time search?

2020-04-08 Thread David Osborne
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

Re: [Arches] location data (point data) not displaying on Search page

2020-04-08 Thread Adam Lodge
Asish, I would guess that your elastic search index somehow got de-synschonized from your database. The first thing to try would be to re-index your database. You can do that following these instructions:

[Arches] Re: Hide Time search?

2020-04-08 Thread Dennis Wuthrich
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

[Arches] Re: Installing Arches 5

2020-04-08 Thread Mike Feider
Thanks Andy, I've just solved the problem by following the suggestion in this post, but it looks like the PATH part was the problem: https://groups.google.com/forum/#!topic/archesproject/YzQ9qqvCiOA Mike -- -- To post, send email to archesproject@googlegroups.com. To unsubscribe, send

[Arches] Hide Time search?

2020-04-08 Thread David Osborne
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 archesproject@googlegroups.com. To unsubscribe, send email to archesproject+unsubscr...@googlegroups.com. For more