-
Notifications
You must be signed in to change notification settings - Fork 31
Search app with no facets/side controls should allow results to be full screen #40
Comments
Was starting to look at this, wouldn't this just be as easy as removing all facet/filter calls and changing the layout (removing the |
Yeah I was just collecting some feedback from someone who was experimenting with the app. I think the real solution to this problem may be to modify the HTML template rather than having the code adapt to this. Given the fact that the user is responsible for laying out the components the way they want, and the sample is just one particular way to achieve that. |
Agreed, in my testing I created a local testing folder and created a copy of the local realestate file. We could start a "tests" or "sample layouts" folder to highlight a few things like this (also handy for testing?) |
Yeah some sample layouts would be great. Along the same lines, it would be great to have an example that showed a custom CSS theme. If we're going to maintain multiple samples, it would be nice if we could automate the version update process. Is there some way that we can add a build step or command that updates the azsearch cdn version numbers automatically? |
hrm... first reaction is some sort of bash script + regex, but let me think about this for longer than 15 seconds =) |
What are your thoughts about moving the following under
|
It would appear that using the
|
ok this is pretty cool. Not sure if we need to worry about the people getting broken due to not using a fixed version though. For example if someone forks and modifies the real estate sample and an API changes while we're still in active dev phase. Probably OK as long as the app generator continues to use a fixed api verison. |
I also like the solution of making the modified templates local only. That lets us ignore the versioning problem. |
Yeah I think that would be ok, could also include a note re: |
So ideally a 'master` type template such as realestate.html & then a local verison + customized verisons (which are always local?) |
Shouldn't show that facet bar if no facets are defined.
The text was updated successfully, but these errors were encountered: